Skip to content

Commit d6f7ef9

Browse files
authored
Make release action always bump version + edit changelog (GregTechCEu#3643)
1 parent ee0cf6a commit d6f7ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# After successful release, PR version bump and changelog
148148
bump-version-and-changelog:
149149
name: Bump Version and Build Changelog
150-
needs: [ build, upload-release-artifacts, publish-modrinth, publish-cf]
150+
needs: [ build, upload-release-artifacts ]
151151
if: ${{ always() && !failure() && !cancelled() }}
152152
runs-on: ubuntu-latest
153153
permissions:

0 commit comments

Comments
 (0)