We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2350d0 commit ba220b3Copy full SHA for ba220b3
.github/workflows/publish.yml
@@ -98,7 +98,7 @@ jobs:
98
CHANGELOG: |-
99
${{ github.event.release.body }}
100
CHANGELOG_DEV: |-
101
- This version is automatically released by CI Build**
+ **This version is automatically released by CI Build**
102
103
Latest commit log:
104
@@ -111,6 +111,7 @@ jobs:
111
github-token: ${{ secrets.GITHUB_TOKEN }}
112
github-changelog: ${{ steps.changelog.outputs.result }}
113
github-prerelease: true
114
+ github-commitish: ${{ github.sha }}
115
files: |
116
build-artifacts/magiclib-wrapper/fabric/build/tmp/submods/publish/!(*-@(dev|sources|javadoc|empty)).jar
117
build-artifacts/magiclib-wrapper/forge/build/tmp/submods/publish/!(*-@(dev|sources|javadoc|empty)).jar
0 commit comments