Skip to content

Commit

Permalink
Merge pull request #51 from fermyon/overwrite-canary
Browse files Browse the repository at this point in the history
Overwrite the canary release
  • Loading branch information
rylev authored Jul 25, 2023
2 parents 4cb6728 + 33c1f1a commit 91327a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: _dist/cloud-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz
overwrite: true
tag: "canary"

checksums_and_manifests:
Expand Down Expand Up @@ -208,6 +209,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: checksums-${{ env.RELEASE_VERSION }}.txt
overwrite: true
tag: "canary"

- name: create plugin manifest
Expand Down

0 comments on commit 91327a4

Please sign in to comment.