Skip to content

Commit

Permalink
more stripping fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
donstephan committed Oct 25, 2024
1 parent 665a548 commit 8acf996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Strip the v prefix from the tag
id: meta
run: |
GITHUB_REF=${{ github.ref }}
VERSION=${GITHUB_REF#refs/tags/v}
echo "version='$VERSION'"" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8acf996

Please sign in to comment.