From 716bf15703a00c187b33e9c6734ba31819bc8cd9 Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Thu, 3 Aug 2023 14:54:00 +0100 Subject: [PATCH] Snapshots --- .github/workflows/snapshot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/snapshot.yml diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml new file mode 100644 index 0000000..c7b676f --- /dev/null +++ b/.github/workflows/snapshot.yml @@ -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 \ No newline at end of file