Skip to content

Commit

Permalink
Update registry-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster authored Oct 24, 2024
1 parent e57a79b commit 029fc03
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: publish package to registry

on:
release:
types: [created]
push:
branches:
- V3

jobs:
deploy:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git config --global core.symlinks false
shell: bash
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -25,4 +28,4 @@ jobs:
s registry login --token ${{ secrets.alibaba_registry_v3_publish_token }}
- name: release prod
run: |
s registry publish
s registry publish

0 comments on commit 029fc03

Please sign in to comment.