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

Commit

Permalink
πŸ’š Correctly id the release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Feb 23, 2021
1 parent 50f615c commit fdb9300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
path: ./dist/

- name: Create release...
id: create_release
if: github.event.inputs.release == 'on'
uses: actions/create-release@v1
env:
Expand All @@ -72,6 +73,7 @@ jobs:

- name: Upload Release Asset...
id: upload-release-asset
if: github.event.inputs.release == 'on'
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fdb9300

Please sign in to comment.