mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-01 18:01:28 +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
|
||||
env:
|
||||
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
|
||||
run: ./gradlew --build-cache --info --stacktrace build publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user