mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-02 18:31:45 +02:00
Change keyword to [snapshot]
This commit is contained in:
parent
6c557505f7
commit
7d340107cb
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
if: ${{ !contains(github.event.head_commit.message, '[no github]') }}
|
if: ${{ !contains(github.event.head_commit.message, '[snapshot]') }}
|
||||||
|
|
||||||
- name: Publish to Maven
|
- name: Publish to Maven
|
||||||
run: ./gradlew --build-cache --info --stacktrace build publish
|
run: ./gradlew --build-cache --info --stacktrace build publish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user