Get correct sha of commit? (#112)

This commit is contained in:
Harrison (Harry) Cramer
2023-11-18 17:13:43 -05:00
committed by GitHub
parent d3c0c44fcb
commit ba8a3b0eed

View File

@@ -11,6 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0' fetch-depth: '0'
- name: Bump version and push tag - 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 uses: anothrNick/github-tag-action@1.64.0 # Don't use @master or @v1 unless you're happy to test the latest version