Skip to content

Commit

Permalink
Update build.yml - allow release update
Browse files Browse the repository at this point in the history
  • Loading branch information
cqbanh authored Mar 14, 2024
1 parent f7ec556 commit db3d98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ jobs:
name: ${{ env.software_version }}
prerelease: ${{ steps.alpha.conclusion == 'success' || steps.rc.conclusion == 'success'}}
tag: ${{ env.software_version }}
allowUpdates: true
- name: Set github SHA for deployment
id: update-sha
run: |
Expand Down

0 comments on commit db3d98e

Please sign in to comment.