Skip to content

Commit

Permalink
use same casing
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Aug 1, 2024
1 parent 338f583 commit f3fe06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: npm audit signatures
- name: Release
env:
NPM_TOKEN: ${{secrets.npm_token}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit f3fe06f

Please sign in to comment.