We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25f1f3 commit 30b62f9Copy full SHA for 30b62f9
.github/workflows/deploy_main.yml
@@ -70,6 +70,15 @@ jobs:
70
git config --global user.email "actions@github.com"
71
- name: Set up GH_TOKEN for release
72
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
82
- name: Release
83
run: npm run release
84
0 commit comments