Skip to content

Commit 0acb189

Browse files
committed
add environment to release workflow to access environment secret
1 parent ffee434 commit 0acb189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
environment: publish
1213
steps:
1314
- uses: actions/checkout@v3
1415
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)