Skip to content

Commit

Permalink
Merge pull request #5 from empathyco/ci/fix-variable
Browse files Browse the repository at this point in the history
ci: fix variable
  • Loading branch information
Turito authored Oct 21, 2024
2 parents c4fbb4f + 97b1dbf commit ccc5d6f
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 @@ -93,7 +93,7 @@ jobs:
HEAD_TAG=$(git tag -l | grep -v "v*" | sort -V | tail -2 | head -1)
git tag -a "${{steps.tag.outputs.name}}" -m "release version ${{steps.tag.outputs.name}}"
git push origin "${{steps.tag.outputs.name}}"
gh release create ${{st4eps.tag.outputs.name}} --generate-notes --notes-start-tag $HEAD_TAG
gh release create ${{steps.tag.outputs.name}} --generate-notes --notes-start-tag $HEAD_TAG
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

Expand Down

0 comments on commit ccc5d6f

Please sign in to comment.