We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537f736 commit a33747aCopy full SHA for a33747a
.github/workflows/prerelease.yml
@@ -52,9 +52,10 @@ jobs:
52
uses: actions/checkout@v3
53
with:
54
fetch-depth: 1
55
+ ref: ${{ github.head_ref }}
56
- name: Log checked out commit
57
if: steps.should_deploy.outputs.should_deploy == 'true'
- run: git log -1 --oneline --decorate
58
+ run: git log -2
59
- name: Setup Tools
60
61
uses: ./.github/actions/setup
0 commit comments