Skip to content

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 21, 2024
1 parent 0c70264 commit dc4387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
echo 'VERSION="${{ github.ref_name }}"' >> .release-env
echo 'COMMIT="${{ github.sha }}"' >> .release-env
echo 'CGO_FLAGS="-O2 -D__BLST_PORTABLE__"' >> .release-env
echo 'GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"' >> .release-env
echo 'GITHUB_TOKEN="${{ secrets.COMMITTER_TOKEN }}"' >> .release-env
- name: release publish
run: make release

0 comments on commit dc4387a

Please sign in to comment.