Adjustments to the release process (#11410)

As discussed in #11408:

* Improve documentation for the release process.
* Fix the description for the PRs created by the `prepare release pr` workflow.
* Fix pushing tag in the `deploy` workflow.
This commit is contained in:
Bruno Oliveira
2023-09-08 07:22:16 -03:00
committed by GitHub
parent 0a06db0729
commit e5c81fa41a
3 changed files with 13 additions and 4 deletions

View File

@@ -36,8 +36,10 @@ jobs:
timeout-minutes: 30
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
- name: Download Package
uses: actions/download-artifact@v3
with: