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

Commit

Permalink
Update packer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang authored Jan 31, 2023
1 parent aa73896 commit c79a2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
gh release create ${{ github.event.inputs.version }} ${{ needs.pack.outputs.release_name }}.zip --title ${{ needs.pack.outputs.release_name }}
- name: Mark Prerelease
if: ${{ github.event.inputs.pre_release }} == 'true'
if: ${{ github.event.inputs.pre_release == 'true' }}
env:
GH_TOKEN: ${{ github.token }}
run: |
echo ${{ github.event.inputs.pre_release }} == 'true'
echo ${{ github.event.inputs.pre_release == 'true' }}
gh release edit ${{ github.event.inputs.version }} --prerelease
comment-pr:
Expand Down

0 comments on commit c79a2fe

Please sign in to comment.