Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Mar 26, 2022
1 parent 6992c2c commit 8a7b1ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
with:
name: card
- name: Publish
uses: MetaMask/action-npm-publish@v1
uses: MetaMask/action-npm-publish@v1.0.0
with:
npm-token: ${{ secrets.NPM_TOKEN }}

create-github-release:
name: Create GitHub Release
github-release:
runs-on: ubuntu-latest
needs: publish
steps:
Expand Down

0 comments on commit 8a7b1ba

Please sign in to comment.