Skip to content

Commit

Permalink
Update manual-upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored Jul 27, 2023
1 parent 7ca1130 commit 2b8fb4f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/manual-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build and capture artifacts
uses: ./.github/actions/build
- name: Upload to Modrinth
run: ./gradlew modrinth
env:
MODRINTH_CHANGELOG: ${{ inputs.changelog }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
MODRINTH_VERSION_MODIFIER: ${{ inputs.version_modifier }}
MODRINTH_VERSION_TYPE: ${{ inputs.version_type }}
- name: Publish
uses: ./.github/actions/publish
with:
changelog: ${{ inputs.changelog }}
version_modifier: ${{ inputs.version_modifier }}
version_type: ${{ inputs.version_type }}

0 comments on commit 2b8fb4f

Please sign in to comment.