Skip to content

Commit

Permalink
fix: include-v-in-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 8, 2024
1 parent c77c42d commit abea3bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: simple
include-v-in-tag: false
- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ steps.release.outputs.tag_name }} ./.out/some-build-artifact.zip

0 comments on commit abea3bb

Please sign in to comment.