Skip to content

Commit

Permalink
chore: switch to using env
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 19, 2024
1 parent 7229070 commit 27203a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
environment: release
outputs:
release_created: ${{ steps.release.outputs.release_created }}
upload_url: ${{ steps.release.outputs.upload_url }}
Expand All @@ -28,6 +29,7 @@ jobs:
release-task: [curseforge, discordupload, modrinth]
needs: release-please
runs-on: ubuntu-latest
environment: release
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27203a1

Please sign in to comment.