Skip to content

Commit

Permalink
Go back to old release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisTestUser committed Sep 24, 2024
1 parent 75f24df commit bde1cfb
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,12 @@ jobs:
name: LargeRaids
path: build/libs/

- name: Remove Old Tags
run: gh release delete "${{ env.MC_VERSION }}" --cleanup-tag
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release
uses: softprops/action-gh-release@v2
uses: "ThisTestUser/marvinpinto-action-[email protected]"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "${{ env.MC_VERSION }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ env.MC_VERSION }}"
prerelease: false
name: "Plugin Download for Minecraft ${{ env.MC_VERSION }}"
title: "Plugin Download for Minecraft ${{ env.MC_VERSION }}"
files: |
build/libs/LargeRaids-${{ env.PLUGIN_VERSION }}.jar

0 comments on commit bde1cfb

Please sign in to comment.