We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5530749 commit adde5d0Copy full SHA for adde5d0
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
outputs:
30
new_tag_name: ${{ steps.get_new_tag.outputs.new_tag_name }}
31
steps:
32
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v4
33
with:
34
fetch-depth: 0 # get all history and tags
35
ref: ${{ github.event.pull_request.base.ref }}
@@ -152,7 +152,7 @@ jobs:
152
needs: [bump-version]
153
runs-on: ubuntu-latest
154
155
156
157
ref: ${{ github.event.pull_request.base.ref }} # otherwise we get the ref when the workflow started (missing above commit)
158
0 commit comments