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 fc5b3bf commit 00abc6aCopy full SHA for 00abc6a
.github/workflows/release.yml
@@ -6,11 +6,11 @@ on:
6
- 'sqlite3-[0-9]+.[0-9]+.[0-9]+*'
7
8
jobs:
9
- fetch_sqlite:
10
- uses: ./.github/workflows/compile_sqlite.yml
+ #fetch_sqlite:
+ # uses: ./.github/workflows/compile_sqlite.yml
11
12
prepare_release:
13
- needs: [fetch_sqlite]
+ #needs: [fetch_sqlite]
14
permissions:
15
packages: write
16
contents: write
@@ -32,6 +32,7 @@ jobs:
32
# On windows, the sqlite3 build is not reproducible. So to avoid a hash mismatch, we temporarily use artifacts
33
# built for a test run for releases as well.
34
artifact-ids: "4333315590"
35
+ github-token: ${{ github.token }}
36
path: sqlite/out
37
- name: Set tag name
38
id: tag
0 commit comments