Skip to content

Commit 9fb0776

Browse files
committed
fixup! aaaaaaaaaaaaaaaaaaajdslkajdksad
1 parent c58b6d7 commit 9fb0776

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
35-
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
35+
- run: git config --global --add safe.directory '*'
3636
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882
3737
- name: Switch to tag if specified
3838
if: "${{ github.event.inputs.tag != '' }}"
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 0
64-
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
64+
- run: git config --global --add safe.directory '*'
6565
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882
6666
- name: Switch to tag if specified
6767
if: "${{ github.event.inputs.tag != '' }}"
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
tool: cargo-binstall
8080
- name: Install cargo-about
81-
run: cargo binstall cargo-about --no-confirm
81+
run: cargo binstall cargo-about@0.6.6 --no-confirm
8282
- name: Download wasm artifacts
8383
uses: actions/download-artifact@v4
8484
with:

0 commit comments

Comments
 (0)