Skip to content

Commit

Permalink
tag + name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Oct 17, 2024
1 parent 5f5c718 commit 23741d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.get_version.outputs.CURRENT_VERSION }}
artifacts: |
$GITHUB_WORKSPACE/*.zip
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 23741d5

Please sign in to comment.