Skip to content

Commit ba220b3

Browse files
authored
Make sure dev release on commit (#142)
* The tag should be on commit * Fix markdown --------- Signed-off-by: Hendrix-Shen <[email protected]>
1 parent d2350d0 commit ba220b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
CHANGELOG: |-
9999
${{ github.event.release.body }}
100100
CHANGELOG_DEV: |-
101-
This version is automatically released by CI Build**
101+
**This version is automatically released by CI Build**
102102
103103
Latest commit log:
104104
@@ -111,6 +111,7 @@ jobs:
111111
github-token: ${{ secrets.GITHUB_TOKEN }}
112112
github-changelog: ${{ steps.changelog.outputs.result }}
113113
github-prerelease: true
114+
github-commitish: ${{ github.sha }}
114115
files: |
115116
build-artifacts/magiclib-wrapper/fabric/build/tmp/submods/publish/!(*-@(dev|sources|javadoc|empty)).jar
116117
build-artifacts/magiclib-wrapper/forge/build/tmp/submods/publish/!(*-@(dev|sources|javadoc|empty)).jar

0 commit comments

Comments
 (0)