diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba3e09c..7893fd8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,11 +3,11 @@ on: push: tags: - '*' +permissions: + contents: write jobs: publish: runs-on: ubuntu-latest - permissions: - contents: write steps: - uses: actions/checkout@v2 - name: Set up Java for publishing to Maven Central Repository