Get correct sha of commit? (#112)
This commit is contained in:
committed by
GitHub
parent
d3c0c44fcb
commit
ba8a3b0eed
1
.github/workflows/tags.yaml
vendored
1
.github/workflows/tags.yaml
vendored
@@ -11,6 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.merge_commit_sha }}
|
||||
fetch-depth: '0'
|
||||
- name: Bump version and push tag
|
||||
uses: anothrNick/github-tag-action@1.64.0 # Don't use @master or @v1 unless you're happy to test the latest version
|
||||
|
||||
Reference in New Issue
Block a user