Skip to content

Commit

Permalink
Temporarily disabled GitHub Release
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLoaf committed Sep 18, 2024
1 parent d32bc69 commit 668829e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
chmod +x ./gradlew
./gradlew shadowJar
- name: Post GitHub Release
uses: svenstaro/upload-release-action@v2
if: env.TAG_EXISTS == 'false'
with:
repo_token: ${{ secrets.REPO_TOKEN }}
file: build/libs/*.jar
file_glob: true
asset_name: PluginUpdater-${{ env.VERSION }}
tag: v${{ env.VERSION }}
overwrite: false
# - name: Post GitHub Release
# uses: svenstaro/upload-release-action@v2
# if: env.TAG_EXISTS == 'false'
# with:
# repo_token: ${{ secrets.REPO_TOKEN }}
# file: build/libs/*.jar
# file_glob: true
# asset_name: PluginUpdater-${{ env.VERSION }}
# tag: v${{ env.VERSION }}
# overwrite: false

- name: Post Modrinth Release
if: env.TAG_EXISTS == 'false'
Expand Down

0 comments on commit 668829e

Please sign in to comment.