From 39432cbe6daa73fb678c19b8bd3d516f381b3132 Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Mon, 27 Jun 2022 06:54:17 +0000 Subject: [PATCH] another fix attempt --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19d2e6c..be1f21a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: publish: runs-on: ubuntu-latest permissions: - contents: read + contents: write packages: write steps: - uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: # run: mvn -B deploy -DskipTests -DrepositoryId=github env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - run: ls -la target/ysoserial-${{ github.ref_name }}-all.jar - name: Publish GitHub release