Skip to content

Commit

Permalink
ci: add environment for release please
Browse files Browse the repository at this point in the history
  • Loading branch information
voice0726 committed Feb 24, 2025
1 parent 0500759 commit bb8b7f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
runs-on: ubuntu-latest
environment:
name: preview
url: ${{ steps.deploy.outputs.url }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bb8b7f0

Please # to comment.