Skip to content

Commit 8910e89

Browse files
committed
fix(ci): fix call to publish workflow
1 parent b4f504e commit 8910e89

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333

3434
publish:
35-
name: Publish
36-
runs-on: ubuntu-latest
3735
needs: [release]
3836
if: github.ref_name == 'main' && !fromJson(needs.release.outputs.releasePlease).pr
39-
steps:
40-
- uses: ./.github/workflows/publish.yml
37+
uses: ./.github/workflows/publish.yml
38+
permissions:
39+
id-token: write

0 commit comments

Comments
 (0)