Skip to content

Commit 951be45

Browse files
committed
WIP: new workflows
Signed-off-by: Gregor Anders <gregor.anders@gmail.com>
1 parent 13f7bb2 commit 951be45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
tag: v${{ steps.projectinfo.outputs.version }}
9696
name: ${{ steps.projectinfo.outputs.name }} - ${{ steps.projectinfo.outputs.version }} Release
9797
target: ${{ github.ref }}
98+
- name: npm run actions
99+
run: |
100+
npm run actions
98101
- name: prepare release
99102
id: prepare
100103
uses: ./.github/actions/prepare-release

0 commit comments

Comments
 (0)