Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Sep 30, 2023
1 parent 0fd674f commit 78b44d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- 'master'

permissions:
contents: read
actions: write

jobs:
bump-version:
runs-on: ubuntu-latest
Expand All @@ -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
Expand Down

0 comments on commit 78b44d6

Please sign in to comment.