Skip to content

Commit

Permalink
Merge pull request #20 from paketo-buildpacks/fix-tagging
Browse files Browse the repository at this point in the history
Tags the release with a prefix v
  • Loading branch information
ForestEckhardt authored May 12, 2020
2 parents 6264658 + bdb5241 commit 234c6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.tag }}
release_name: ${{ steps.tag.outputs.tag }}
tag_name: v${{ steps.tag.outputs.tag }}
release_name: v${{ steps.tag.outputs.tag }}
draft: false
prerelease: false
- name: Upload Jam (darwin)
Expand Down

0 comments on commit 234c6c6

Please sign in to comment.