Skip to content

Commit

Permalink
πŸ‘· Remove --token argument from publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Jul 29, 2022
1 parent 849bd1e commit b8e485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
run: |
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
npm publish --token=${{ env.NPM_TOKEN }}
npm publish
- name: Publish GitHub Release πŸ“
uses: softprops/action-gh-release@v1
with:
Expand Down

1 comment on commit b8e485e

@vercel
Copy link

@vercel vercel bot commented on b8e485e Jul 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gitmoji – ./

gitmoji-carloscuesta.vercel.app
gitmoji-git-master-carloscuesta.vercel.app
gitmoji.dev

Please sign in to comment.