Skip to content

Commit

Permalink
fix: add environment to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Jul 31, 2024
1 parent f3b9c7c commit e917af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: echo $DEPLOYMENT_URL

release:
environment: Production
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
needs: deploy
Expand Down

0 comments on commit e917af1

Please sign in to comment.