Skip to content

Commit

Permalink
change release
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Jun 30, 2024
1 parent 323f977 commit d55cb0e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
env:
CI: true
jobs:
version:
publish:
timeout-minutes: 15
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: setup node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -41,9 +43,8 @@ jobs:
GITHUB_AUTH_TOKEN: ${{secrets.PERSONAL_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Upload embed as artifact.
uses: actions/upload-artifact@v4
- name: Create Releases.
uses: ncipollo/release-action@v1
if: ${{ steps.changesets.outputs.published }}
with:
name: zhin
path: search-widget/dist
bodyFile: "zhin/CHANGELOG.md"

0 comments on commit d55cb0e

Please sign in to comment.