Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6194b27

Browse files
committedMar 1, 2025·
chore: fix release process
1 parent 1c5e4d9 commit 6194b27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99
version:
1010
description: 'Version number (e.g. v1.2.3)'
1111
required: true
12-
default: 'v1.2.3'
1312

1413
permissions:
1514
contents: write
15+
# Necessary for GCP authentication (https://github.com/google-github-actions/setup-gcloud#usage)
16+
id-token: write
1617

1718
jobs:
1819
release:

0 commit comments

Comments
 (0)
Please sign in to comment.