Files
test-integration/.gitea/workflows/publish-snapshot.yaml
Swordsteel fa925dd8fa
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
update workflow
2025-09-15 14:59:44 +02:00

18 lines
358 B
YAML

name: Publish Snapshot
on:
push:
branches: [ master ]
tags-ignore:
- 'v*'
jobs:
dev-publish:
if: |
!startsWith(github.event.head_commit.message, '[RELEASE]')
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
with:
JAVA_VERSION: 17
BRANCH_REFERENCE: master
secrets: inherit