Skip to content

Commit

Permalink
ci(CI&CD): 🎡 update
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 29, 2024
1 parent ba661f3 commit 3879bb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
run: |
pnpm build
- name: echo ref
run: |
echo ${{ github.ref }}
echo ${{ github.head_ref }}
echo ${{ github.ref_name }}
echo ${{ github.base_ref }}
- name: 📣 Create Release Pull Request and Publish new version to Npm
if: github.head_ref == 'develop' && github.event_name == 'pull_request'
id: changesets
Expand Down

0 comments on commit 3879bb4

Please sign in to comment.