Skip to content

Commit 00abc6a

Browse files
committed
Use token for download hack
1 parent fc5b3bf commit 00abc6a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- 'sqlite3-[0-9]+.[0-9]+.[0-9]+*'
77

88
jobs:
9-
fetch_sqlite:
10-
uses: ./.github/workflows/compile_sqlite.yml
9+
#fetch_sqlite:
10+
# uses: ./.github/workflows/compile_sqlite.yml
1111

1212
prepare_release:
13-
needs: [fetch_sqlite]
13+
#needs: [fetch_sqlite]
1414
permissions:
1515
packages: write
1616
contents: write
@@ -32,6 +32,7 @@ jobs:
3232
# On windows, the sqlite3 build is not reproducible. So to avoid a hash mismatch, we temporarily use artifacts
3333
# built for a test run for releases as well.
3434
artifact-ids: "4333315590"
35+
github-token: ${{ github.token }}
3536
path: sqlite/out
3637
- name: Set tag name
3738
id: tag

0 commit comments

Comments
 (0)