Skip to content

Commit

Permalink
google build doesn't dig the v in version
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvdg committed May 13, 2020
1 parent 9a05087 commit d9fcd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
WITH_V: false
- name: Create Release
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{steps.version_bump.outputs.new_tag}}
tag_name: v${{steps.version_bump.outputs.new_tag}}
release_name: Release ${{steps.version_bump.outputs.new_tag}}

sonarCloudTrigger:
Expand Down

0 comments on commit d9fcd10

Please sign in to comment.