From 78b44d6584a163f7854620783f5ecdad6da067fe Mon Sep 17 00:00:00 2001 From: Nolij Date: Sat, 30 Sep 2023 13:30:27 -0400 Subject: [PATCH] oops --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a75fe56..bdc7a2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,10 @@ on: branches: - 'master' +permissions: + contents: read + actions: write + jobs: bump-version: runs-on: ubuntu-latest @@ -18,6 +22,7 @@ jobs: PATCH_VERSION: ${{ vars.PATCH_VERSION }} build: runs-on: ubuntu-latest + needs: [bump-version] container: image: eclipse-temurin:17-jdk options: --user root