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 337ed6c commit b84e170Copy full SHA for b84e170
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ on:
10
11
permissions:
12
id-token: write # Required for OIDC
13
- contents: write # Required for prerelease commit
+ contents: read
14
15
concurrency:
16
group: publish
@@ -224,7 +224,7 @@ jobs:
224
- uses: actions/checkout@v5
225
with:
226
fetch-depth: 0
227
-
+ token: ${{ secrets.REPO_TOKEN }} # Needed to push changes back to repo
228
229
# Prerelease publish steps
230
- name: Bump utils & deploy
packages/cli/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@subql/cli",
3
"description": "CLI for SubQuery",
4
- "version": "6.5.0",
+ "version": "6.5.1-0",
5
"author": "SubQuery Pte Ltd.",
6
"bin": {
7
"subql": "./bin/run"
0 commit comments