Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qridwan authored Apr 4, 2024
1 parent 351f080 commit 88acd5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: v${{ github.run_number }}
release_name: Release ${{ github.run_number }}
tag_name: v1.0.${{ github.run_number }}
release_name: xNote@v1.0.${{ github.run_number }}
body: |
Changes in this release:
- Upload first release
- Check release
draft: false
prerelease: false

0 comments on commit 88acd5f

Please sign in to comment.