Skip to content

Commit

Permalink
🐛 Rename step ID for setting version in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Nov 25, 2024
1 parent 8249ee9 commit 1f46adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Set VERSION
id: vars
id: set_version
run: |
VERSION=${GITHUB_REF#refs/tags/}
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 1f46adb

Please sign in to comment.