Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 22, 2021
1 parent 47f9556 commit f30b5d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: https://registry.npmjs.org/

- name: Look Changelog
uses: jaywcjlove/[email protected]
Expand Down Expand Up @@ -100,7 +101,10 @@ jobs:
draft: false
prerelease: false

- run: npm run ci:publish
- name: Publish NPM Package
run: |
npm whoami
npm run ci:publish
if: steps.create_tag.outputs.successful
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

2 comments on commit f30b5d7

@vercel
Copy link

@vercel vercel bot commented on f30b5d7 Jan 22, 2021

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:

kkt-bundle-example – ./

kkt.vercel.app
kkt-bundle-example.398188662.vercel.app
kkt-bundle-example-git-master.398188662.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f30b5d7 Jan 22, 2021

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:

kkt-basic-example – ./

kkt-basic-example.398188662.vercel.app
kkt-basic-example-git-master.398188662.vercel.app
kkt.vercel.app

Please sign in to comment.