Skip to content

Commit

Permalink
task: changing the order of release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed May 15, 2022
1 parent 26aa9b0 commit b62eb16
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 @@ -20,13 +20,13 @@ jobs:
- name: Fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: release dry run
run: make release-dry-run

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

- name: release publish
run: make release

0 comments on commit b62eb16

Please sign in to comment.