Skip to content

Commit

Permalink
chore: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 12, 2021
1 parent f3f0b91 commit 780d3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: '12.x'

- name: Look Changelog
uses: jaywcjlove/changelog-generator@v1.3.3
uses: jaywcjlove/changelog-generator@v1.3.9
with:
token: ${{ secrets.GITHUB_TOKEN }}
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
Expand Down Expand Up @@ -48,14 +48,14 @@ jobs:

- name: Is a tag created auto?
id: create_tag
uses: jaywcjlove/create-tag-action@v1.1.2
uses: jaywcjlove/create-tag-action@v1.1.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-path: ./core/package.json

- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.3.3
uses: jaywcjlove/changelog-generator@v1.3.9
if: steps.create_tag.outputs.successful
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit 780d3bd

@vercel
Copy link

@vercel vercel bot commented on 780d3bd Jan 12, 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-git-master.398188662.vercel.app
kkt-basic-example.398188662.vercel.app
kkt.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 780d3bd Jan 12, 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-bundle-example.398188662.vercel.app
kkt-bundle-example-git-master.398188662.vercel.app
kkt.vercel.app

Please sign in to comment.