Skip to content

Commit

Permalink
create release with tag 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed May 30, 2024
1 parent 8dea977 commit 0406d70
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,9 @@ jobs:
gh-user: nor0x
# access token
token: ${{ secrets.GITHUB_TOKEN }}
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.get_version.outputs.CURRENT_VERSION }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.previous_tag }}
name: Release ${{ steps.tag_version.outputs.previous_tag }}
tag: ${{ steps.get_version.outputs.CURRENT_VERSION }}
name: Release ${{ steps.get_version.outputs.CURRENT_VERSION }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 0406d70

Please sign in to comment.