Skip to content

Commit

Permalink
🧹 Disable GH auto release for now (#287)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Jul 17, 2024
1 parent 1497425 commit 277747d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Create GitHub Release

## Only trigger release when the VERSION file changed on main branch
on:
push:
paths:
- "VERSION"
branches:
- main
# push:
# paths:
# - "VERSION"
# branches:
# - main
workflow_dispatch:

jobs:
create-gh-release:
Expand All @@ -22,8 +23,8 @@ jobs:
with:
tag_name: ${{ env.RELEASE_VERSION }}
generate_release_notes: true
make_latest: true
token: ${{ secrets.PACKER_PLUGIN_DEPLOY_KEY_PRIV }}
# make_latest: true
# token: ${{ secrets.PACKER_PLUGIN_DEPLOY_KEY_PRIV }}

check-release:
name: Check whether the release actually started
Expand Down

0 comments on commit 277747d

Please sign in to comment.