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 a19f408 commit 7ec4049Copy full SHA for 7ec4049
.github/workflows/release-packages.yml
@@ -18,14 +18,11 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
with:
23
# don't checkout a detatched HEAD
24
ref: ${{ github.head_ref }}
25
26
- # this is important so git log has the whole history
27
- fetch-depth: '0'
28
-
29
- name: Setup git
30
run: |
31
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments