Skip to content

Commit 866afbd

Browse files
committed
Add prod env for publish release
1 parent 314f2fe commit 866afbd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
publish-release:
2121
needs: release-please
2222
runs-on: ubuntu-latest
23+
24+
environment:
25+
name: prod
26+
2327
if: ${{ needs.release-please.outputs.releases_created }}
2428
steps:
2529
- name: Build and test

0 commit comments

Comments
 (0)