Skip to content

Commit

Permalink
major: Here we go, first release!
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoaraujo committed Oct 6, 2023
1 parent 2602a2d commit 1a9c9ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
if: steps.version.outputs.type != 'skip'
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
MAJOR_STRING_TOKEN: "major:"
MINOR_STRING_TOKEN: "minor:"
PATCH_STRING_TOKEN: "patch:"

- name: Create a Release
uses: elgohr/Github-Release-Action@v5
Expand Down

0 comments on commit 1a9c9ec

Please sign in to comment.