We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d44d14 commit dfa8733Copy full SHA for dfa8733
1 file changed
.github/workflows/build.yml
@@ -60,6 +60,8 @@ jobs:
60
package-version: ${{ steps.determine-version.outputs.package-version }}
61
62
steps:
63
+ - name: 'Checkout ${{ github.head_ref || github.ref }}'
64
+ uses: actions/checkout@v4
65
- uses: ./.github/actions/determine-version
66
id: determine-version
67
with:
0 commit comments