Skip to content

Commit

Permalink
ci: update (kubesphere#4271)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
Co-authored-by: donniean <[email protected]>
  • Loading branch information
ks-ci-bot and donniean authored Jul 15, 2024
1 parent 4b893c3 commit 344a96d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-packages-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Release Packages Snapshot
on:
push:
branches:
- ksc-next
- ksc-next-*
- ksc-next/*
- ksc-canary
- ksc-canary-*
- ksc-canary/*
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
yarn build:packages
- name: Generate changeset
run: yarn changeset version --snapshot next
run: yarn changeset version --snapshot canary

- name: Creating .npmrc
run: |
Expand All @@ -46,4 +46,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: yarn changeset publish --no-git-tag --tag next
run: yarn changeset publish --no-git-tag --tag canary

0 comments on commit 344a96d

Please sign in to comment.