Skip to content

Commit

Permalink
fix: make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 27, 2023
1 parent 2d8022b commit 497654d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.21.1
- name: make release-dry-run
run: make release-dry-run
- name: setup release environment
- name: Run prebuilt binary dry run
run: make prebuilt-binary-dry-run
- name: Create .release-env file
run: |-
echo 'GITHUB_TOKEN=${{secrets.GORELEASER_ACCESS_TOKEN}}' > .release-env
- name: release publish
run: make release
- name: Create prebuilt binaries and attach them to the GitHub release
run: make prebuilt-binary

# Import the GPG key from Github secrets to sign the binaries
# - name: Import GPG key
Expand Down

0 comments on commit 497654d

Please sign in to comment.