Skip to content

Commit 30b62f9

Browse files
fix: Release automation fix
1 parent a25f1f3 commit 30b62f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deploy_main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ jobs:
7070
git config --global user.email "actions@github.com"
7171
- name: Set up GH_TOKEN for release
7272
run: echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
73+
74+
- name: Show recent commits and tags
75+
run: |
76+
git log --oneline -n 5
77+
git tag
78+
79+
- name: Show auto info
80+
run: npx auto info
81+
7382
- name: Release
7483
run: npm run release
7584

0 commit comments

Comments
 (0)