aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYasin <LifeIsAParadox@users.noreply.github.com>2023-06-10 22:17:59 +0200
committerGitHub <noreply@github.com>2023-06-10 22:17:59 +0200
commitb75a2c66ead760bd2471fec16f6abd6303271269 (patch)
tree5f337f9b7489cf36633f701642a8bc4e76adc1da /.github/workflows
parent900b60a62e421e38cf69cc075b2b05a56e2160d2 (diff)
parent4a69272abbffddc5c03ac35b23971bfff3d4556b (diff)
downloadSkyblocker-b75a2c66ead760bd2471fec16f6abd6303271269.tar.gz
Skyblocker-b75a2c66ead760bd2471fec16f6abd6303271269.tar.bz2
Skyblocker-b75a2c66ead760bd2471fec16f6abd6303271269.zip
Merge pull request #173 from LifeIsAParadox/update-mod-to-1.10.0
Update mod to 1.10.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/buildrelease.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml
index c9e3584b..4361f363 100644
--- a/.github/workflows/buildrelease.yml
+++ b/.github/workflows/buildrelease.yml
@@ -53,11 +53,13 @@ jobs:
script: |
const fs = require("fs")
return fs.readdirSync("build/libs/").filter(e => !e.endsWith("dev.jar") && !e.endsWith("sources.jar") && e.endsWith(".jar"))[0]
+
- name: Release
id: uploadrelease
uses: softprops/action-gh-release@v1
with:
body: ${{ steps.read_changelog.outputs.changelog }}
+ token: ${{ secrets.GH_RELEASE }}
files: build/libs/${{ steps.fname.outputs.result }}
- name: Publish to Modrinth