Skip to content

Commit

Permalink
fix(*): update release tag in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed May 27, 2024
1 parent 994bf2f commit 6a7ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ github.ref_name }} - ${{ github.head_ref }}
tag: v${{ github.ref_name }} - ${{ steps.changelog.outputs.tag }}
with:
tag_name: $tag
release_name: Release $tag
Expand Down

0 comments on commit 6a7ee23

Please sign in to comment.