Skip to content

Commit

Permalink
Fix release action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
larsboldt committed Jun 7, 2023
1 parent 0151233 commit 4e074da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set version
id: version
run: |
echo "{VERSION}=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
- name: Call workflow
run: |
Expand Down

0 comments on commit 4e074da

Please sign in to comment.