Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit fdb9300

Browse files
committed
💚 Correctly id the release creation
1 parent 50f615c commit fdb9300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
path: ./dist/
5959

6060
- name: Create release...
61+
id: create_release
6162
if: github.event.inputs.release == 'on'
6263
uses: actions/create-release@v1
6364
env:
@@ -72,6 +73,7 @@ jobs:
7273

7374
- name: Upload Release Asset...
7475
id: upload-release-asset
76+
if: github.event.inputs.release == 'on'
7577
uses: actions/upload-release-asset@v1
7678
env:
7779
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)