Skip to content

Commit b84e170

Browse files
committed
[SKIP CI] Prerelease commit + workflow permissions update
1 parent 337ed6c commit b84e170

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
permissions:
1212
id-token: write # Required for OIDC
13-
contents: write # Required for prerelease commit
13+
contents: read
1414

1515
concurrency:
1616
group: publish
@@ -224,7 +224,7 @@ jobs:
224224
- uses: actions/checkout@v5
225225
with:
226226
fetch-depth: 0
227-
227+
token: ${{ secrets.REPO_TOKEN }} # Needed to push changes back to repo
228228

229229
# Prerelease publish steps
230230
- name: Bump utils & deploy

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@subql/cli",
33
"description": "CLI for SubQuery",
4-
"version": "6.5.0",
4+
"version": "6.5.1-0",
55
"author": "SubQuery Pte Ltd.",
66
"bin": {
77
"subql": "./bin/run"

0 commit comments

Comments
 (0)