Skip to content

Commit

Permalink
Merge pull request elizaOS#475 from ai16z/fix/ci
Browse files Browse the repository at this point in the history
fix: ci
  • Loading branch information
ponderingdemocritus authored Nov 21, 2024
2 parents 9bd13c6 + 93ffdf4 commit 47fc913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Create GitHub Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
with:
tag_name: ${{ steps.get_tag.outputs.TAG }}
Expand Down

0 comments on commit 47fc913

Please sign in to comment.