Skip to content

Commit

Permalink
chore: Update release.yml (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Sep 7, 2022
1 parent 2e4a660 commit 96f25a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Generate .npmrc
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
working-directory: plugin
- name: Publish package
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm install
npm publish
env:
Expand Down

1 comment on commit 96f25a9

@vercel
Copy link

@vercel vercel bot commented on 96f25a9 Sep 7, 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:

ionic-portals – ./

ionic-portals-git-main-ionic1.vercel.app
ionic-portals-ionic1.vercel.app
ionic-portals.vercel.app

Please sign in to comment.