Skip to content

Commit

Permalink
Use github release tag for supergraph version
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Oct 1, 2024
1 parent 8c540aa commit 9fd2b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: charts/supergraph

- name: Package Chart
run: helm package charts/supergraph
run: helm package charts/supergraph --version ${{ github.ref_name }}

- name: Generate Image Name
run: echo IMAGE_REPOSITORY=oci://ghcr.io/$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]' | tr '[_]' '[\-]') >> $GITHUB_ENV
Expand Down

0 comments on commit 9fd2b0a

Please sign in to comment.