Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Feb 15, 2024
1 parent 6d6cb2e commit 2e7424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Release
runs-on: ubuntu-latest

environment: ${{github.event.pull_request.base.ref}}
environment: ${{ (github.event_name == 'pull_request' && github.base_ref) || github.ref }}

outputs:
published: ${{ steps.changesets.outputs.published }}
Expand Down

0 comments on commit 2e7424f

Please sign in to comment.