We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f7bb2 commit 951be45Copy full SHA for 951be45
.github/workflows/release.yml
@@ -95,6 +95,9 @@ jobs:
95
tag: v${{ steps.projectinfo.outputs.version }}
96
name: ${{ steps.projectinfo.outputs.name }} - ${{ steps.projectinfo.outputs.version }} Release
97
target: ${{ github.ref }}
98
+ - name: npm run actions
99
+ run: |
100
+ npm run actions
101
- name: prepare release
102
id: prepare
103
uses: ./.github/actions/prepare-release
0 commit comments