Skip to content

Commit b2b5e5d

Browse files
committed
test
1 parent 86cd998 commit b2b5e5d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ jobs:
4949
name: Publish SDKs
5050
needs: release
5151
runs-on: ubuntu-latest
52-
if: startsWith(github.ref, 'refs/tags/v')
5352
permissions:
54-
id-token: write # Required for OIDC authentication with PyPI
53+
contents: read
54+
# Required for OIDC authentication with PyPI
55+
id-token: write
5556

5657
steps:
5758
- name: Checkout code
5859
uses: actions/checkout@v4
60+
with:
61+
fetch-depth: 0
5962

6063
- name: Set up Go
6164
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)