Skip to content

Commit

Permalink
Fix release action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Oct 16, 2022
1 parent 6bfaea2 commit e50eccd
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 @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Publish a npm package
uses: valu-digital/npm-packages/.github/release-action
uses: valu-digital/npm-packages/.github/release-action@master
with:
npm_token: "${{ secrets.NPM_TOKEN }}"

1 comment on commit e50eccd

@vercel
Copy link

@vercel vercel bot commented on e50eccd Oct 16, 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:

react-zorm – ./

react-zorm-esamatti.vercel.app
react-zorm-git-master-esamatti.vercel.app
react-zorm.vercel.app

Please sign in to comment.