Skip to content

Commit

Permalink
ci: Try patch release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Nov 25, 2022
1 parent 082ddc1 commit 441538e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Make release
name: Release
on:
release:
types:
- created

jobs:
run:
name: Run
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
Expand All @@ -32,5 +32,5 @@ jobs:
name: Build
env:
MELVOR_MOD_VERSION: ${{ github.ref_name }}
- run: npm run modio -- upload --token "${{ secrets.MOD_IO_API_TOKEN }}" --mod-version "${{ github.ref_name }}" --changelog "${{ steps.get-body.outputs.result }}"
- run: npm run modio -- upload --token "${{ secrets.MOD_IO_API_TOKEN }}" --mod-version "${{ github.ref_name }}" --changelog ${{ steps.get-body.outputs.result }}
name: Publish

0 comments on commit 441538e

Please sign in to comment.