Skip to content

Commit

Permalink
#43 Only refer to the tag part of the github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 23, 2023
1 parent edde9f6 commit eccee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ jobs:
with:
repo: s3://helm.demery.net/
chart: ./helm
version: ${{ github.ref }}
version: ${{ replace(github.ref, 'refs/tags/', '') }}

0 comments on commit eccee9e

Please sign in to comment.