Skip to content

Commit

Permalink
feat: Add helm to VersionFragment (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
Co-authored-by: David van der Spek <[email protected]>
  • Loading branch information
michaeljguarino and davidspek authored Jul 12, 2023
1 parent 9056c89 commit 7cf2b81
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: release

on:
push:
branches: [ "main" ]

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner
with:
fetch-depth: 0
token: ${{ secrets.PLURAL_BOT_PAT }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.PLURAL_BOT_PAT }}
21 changes: 13 additions & 8 deletions client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions graph/models.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ fragment TerraformInstallationFragment on TerraformInstallation {

fragment VersionFragment on Version {
id
helm
readme
version
valuesTemplate
Expand Down

0 comments on commit 7cf2b81

Please sign in to comment.