Skip to content

Commit

Permalink
Merge pull request #1269 from buildpacks/feature/1213-release-sha
Browse files Browse the repository at this point in the history
Set the target_commitish for release tag
  • Loading branch information
jromero authored Sep 1, 2021
2 parents b3f9390 + 843dfe1 commit 7206d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target_commitish: ${{ github.sha }}
tag_name: v${{ env.PACK_VERSION }}
name: pack v${{ env.PACK_VERSION }}
draft: true
Expand Down

0 comments on commit 7206d3a

Please sign in to comment.