Skip to content

Commit

Permalink
fix publishing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau authored and awakecoding committed Nov 6, 2023
1 parent b0e45b0 commit 64faeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
publish:
name: Publish packages
runs-on: ubuntu-22.04
environment: publish
needs: [preflight, package]
environment: ${{ needs.preflight.outputs.package-env }}
if: ${{ fromJSON(inputs.skip-publish) == false }}

steps:
Expand Down

0 comments on commit 64faeb9

Please sign in to comment.