Skip to content

Commit

Permalink
Update release workflow and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Nov 22, 2024
1 parent a23cc0e commit e2c3b8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Release Build

on:
release:
permissions:
contents: write
types:
- published

jobs:
build:

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -36,15 +38,13 @@ jobs:
curseforge-id: 518211
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

github-token: ${{ secrets.GITHUB_TOKEN }}

name: ""
loaders: |
neoforge
- name: Upload checksum
- name: Upload jar and checksum to Github release
id: upload-release-assets
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["build/checksums/*.sha512"]'
asset_paths: '["build/libs/*.jar", "build/checksums/*.sha512"]'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod_name=Pylons
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
mod_version=5.1.0
mod_version=5.1.1
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down

0 comments on commit e2c3b8c

Please sign in to comment.