Skip to content

Commit

Permalink
Fix version extraction in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Jan 22, 2025
1 parent ecf5267 commit f00bfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Extract version"
run: echo "IMAGE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
run: echo "IMAGE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
- name: "Create release"
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
with:
Expand Down

0 comments on commit f00bfe8

Please sign in to comment.