Skip to content

Commit

Permalink
Snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Aug 3, 2023
1 parent eabe555 commit 716bf15
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build & Snapshot

on:
push:
branches:
- "*"

jobs:
build:
if: |
!contains(github.event.head_commit.message, '[ciskip]')
uses: nanite/workflows/.github/workflows/base-java.yml@v1
secrets:
nanite-token: ${{ secrets.NANITE_DEPLOY }}
with:
use-snapshots: true
gradle-tasks: build publish

0 comments on commit 716bf15

Please sign in to comment.