diff --git a/.github/workflows/upload-release.yaml b/.github/workflows/upload-release.yaml index 5e01b5b..d75e7c4 100644 --- a/.github/workflows/upload-release.yaml +++ b/.github/workflows/upload-release.yaml @@ -22,7 +22,7 @@ jobs: - name: Maven build run: mvn --batch-mode clean install - name: Upload binaries to release - uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/ldap-server.jar