Skip to content

Commit

Permalink
fix tag_name environment variable (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-robinson-ons authored Dec 12, 2023
1 parent 8fa21d5 commit 0d4da41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.release.env.version }}
tag_name: ${{ env.version }}
release_name: ${{ env.version }}
body: |
Automated release
Expand Down

0 comments on commit 0d4da41

Please sign in to comment.