Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan committed Sep 24, 2022
1 parent 6e00ae9 commit a5a3e04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ jobs:
shell: bash

- name: Create New Release
uses: softprops/action-gh-release@v0.1.14
uses: ncipollo/release-action@v1
with:
prerelease: ${{ github.ref != 'refs/heads/main' }}
tag_name: ${{ github.event.inputs.tag }}
body_path: ${{ github.workspace }}\CHANGELOG.md
files: |
tag: ${{ github.event.inputs.tag }}
bodyFile: ${{ github.workspace }}\CHANGELOG.md
artifacts: |
${{ github.workspace }}\LiteLoader-${{ github.event.inputs.tag }}.zip
${{ github.workspace }}\PDB.zip
env:
Expand Down

0 comments on commit a5a3e04

Please sign in to comment.