Skip to content

Commit

Permalink
task:changing the token
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed May 15, 2022
1 parent b62eb16 commit 34037d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:

- name: setup release environment
run: |-
echo 'GITHUB_TOKEN=${{secrets.GORELEASER_GITHUB_TOKEN }}' > .release-env
- name: release dry run
run: make release-dry-run
echo 'GITHUB_TOKEN=${{secrets.GORELEASER_TOKEN }}' > .release-env
- name: release publish
run: make release
Expand Down

0 comments on commit 34037d1

Please sign in to comment.