We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffee434 commit 0acb189Copy full SHA for 0acb189
.github/workflows/release.yml
@@ -9,6 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
+ environment: publish
13
steps:
14
- uses: actions/checkout@v3
15
- uses: pnpm/action-setup@v2
0 commit comments