Skip to content

Commit

Permalink
Fix actions environment reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Mar 13, 2024
1 parent 3f5f95d commit d6ad2db
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 @@ -64,7 +64,7 @@ jobs:
name: Publish ${{ matrix.name }}
needs: build
runs-on: ubuntu-22.04
environment: ${{ inputs.environment }}
environment: ${{ matrix.environment }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d6ad2db

Please sign in to comment.