diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4242a15317..250de5f9c9 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -14,6 +14,8 @@ jobs: shell: bash run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT id: extract_branch + - name: Export GITHUB_TOKEN to workspace + run: echo "GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV - name: Tag release run: ./build.sh publish-tag ${{ steps.extract_branch.outputs.branch }} publish-docs: