Skip to content

Commit

Permalink
IS_RELEASE true to publish assets
Browse files Browse the repository at this point in the history
  • Loading branch information
h-fournier committed Dec 13, 2024
1 parent 9a3998c commit c40619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
GITHUB_TOKEN: ${{ github.token }}
IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' }}
IS_RELEASE: true
IS_PUSH: ${{ github.event_name == 'push' }}
REF: ${{ inputs.target_branch =='' && github.ref_name || inputs.target_branch}}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Expand Down

0 comments on commit c40619e

Please sign in to comment.