Skip to content

Commit

Permalink
trying new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
twiz718 committed Aug 19, 2024
1 parent c44e7cb commit c75ab9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Tag
id: tag
uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
Expand All @@ -42,7 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: "${{ steps.Tag.outputs.new_tag }}"
release_name: Release ${{ steps.Tag.outputs.new_tag }}
tag_name: "${{ steps.tag.outputs.new_tag }}"
release_name: Release ${{ steps.tag.outputs.new_tag }}
draft: false
prerelease: false

0 comments on commit c75ab9f

Please sign in to comment.