Skip to content

Commit

Permalink
ci(release): only upload spin static bin to release if semver tag (fe…
Browse files Browse the repository at this point in the history
…rmyon#2169)

Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice authored Dec 13, 2023
1 parent 9b2c657 commit 7b8af17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ jobs:
path: _dist/spin-${{ env.RELEASE_VERSION }}-static-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz

- name: upload binary to Github release
if: startsWith(github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7b8af17

Please sign in to comment.