Skip to content

Commit

Permalink
Merge pull request #32 from 2anki/workflow
Browse files Browse the repository at this point in the history
use same casing
  • Loading branch information
aalemayhu authored Aug 1, 2024
2 parents a15946d + f3fe06f commit 2d738c6
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 2d738c6

Please sign in to comment.