Skip to content

Commit

Permalink
fix: remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Sep 14, 2024
1 parent d68627d commit 0e95e2d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Para Release

on:
workflow_dispatch:
inputs:
modrinth_publish:
description: "Publish to Modrinth? Disable this to do a dry run test."
required: false
default: false
type: boolean
workflow_dispatch: {}
# inputs:
# modrinth_publish:
# description: "Publish to Modrinth? Disable this to do a dry run test."
# required: false
# default: false
# type: boolean
schedule:
- cron: "5 16 * * *"

Expand All @@ -17,7 +17,8 @@ jobs:
uses: TeamKugimiya/reusable-workflows/.github/workflows/ParaTranz.yml@main
with:
paratranz_project_id: 9900
modrinth_publish: ${{ contains(inputs.modrinth_publish, 'true') }}
modrinth_publish: true
# modrinth_publish: ${{ contains(inputs.modrinth_publish, 'true') }}
modrinth_id: 7DO0XWSK
secrets:
paratranz_token: ${{ secrets.PARATRANZ_TOKEN }}
Expand Down

0 comments on commit 0e95e2d

Please sign in to comment.