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 Nov 19, 2021
1 parent 565ea1a commit 310a339
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./coverage

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

- name: Generate Changelog
Expand All @@ -45,13 +44,12 @@ jobs:
filter-author: (小弟调调™|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- name: Create Release
uses: ncipollo/release-action@v1
if: steps.create_tag.outputs.successful
- name: ♻️ Create Release
id: create_tag
uses: jaywcjlove/create-tag-action@v1.3.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ steps.create_tag.outputs.version }}
tag: ${{ steps.create_tag.outputs.version }}
package-path: ./package.json
release: true
body: |
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/create-antdp@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
Expand Down

0 comments on commit 310a339

Please sign in to comment.