Update build workflow to trigger on release events and adjust update job to include token
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m39s
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m39s
This commit is contained in:
@@ -64,6 +64,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: ${{ env.ID > 0 && env.DRAFT != 'true' }}
|
||||
with:
|
||||
token: ${{ secrets.GT_UPDATE_TOKEN }}
|
||||
prerelease: ${{ env.PRERELEASE }}
|
||||
name: ${{ env.NAME }}
|
||||
tag_name: ${{ env.TAG_NAME }}
|
||||
|
||||
Reference in New Issue
Block a user