diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59cdd571..27beaa46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ permissions: pull-requests: write packages: write deployments: write + contents: write on: push: @@ -68,7 +69,7 @@ jobs: cp data/.flattened-pom.xml staging/kusto-data-$version.pom cp ingest/.flattened-pom.xml staging/kusto-ingest-$version.pom - name: Github Release - uses: anton-yurchenko/git-release@v6.0.0 + uses: docker://antonyurchenko/git-release:v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: