diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c57ac1b..4995add 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: id: gitversion uses: gittools/actions/gitversion/execute@v0 build: - name: push ${{ needs.determine-version.outputs.semVer }} + name: build ${{ needs.determine-version.outputs.semVer }} runs-on: ubuntu-latest needs: determine-version env: @@ -99,6 +99,7 @@ jobs: needs: - deploy uses: ./.github/workflows/sync-readme.yml + secrets: inherit permissions: contents: write pull-requests: write \ No newline at end of file