Skip to content

Commit

Permalink
ci: add approval before releasing package
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Feb 28, 2024
1 parent 5b3ca76 commit 4f4f211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment:
name: publish-approval
steps:
- name: Download pacakge artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4f4f211

Please sign in to comment.