Skip to content

Commit 94cad5f

Browse files
committed
🤦 fix ci deploy job
1 parent 19dc4d6 commit 94cad5f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,15 @@ jobs:
6969
with:
7070
jobs: ${{ toJSON(needs) }}
7171

72-
deploy:
73-
name: Deploy
72+
release:
73+
name: Release
7474
needs: [check]
7575
if: "success() && startsWith(github.ref, 'refs/tags/')"
7676
runs-on: ubuntu-latest
77+
environment: release
78+
79+
permissions:
80+
id-token: write
7781

7882
steps:
7983
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)