diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7348c662..7b70d453 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,8 @@ jobs: - name: Post-release work shell: bash + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # Tag the current version VERSION="$(tail -n1 android/version.properties | cut -d = -f 2)"