We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c9b9c commit 49c46d0Copy full SHA for 49c46d0
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/release.yml
@@ -17,15 +17,14 @@ jobs:
17
runs-on: ubuntu-24.04
18
permissions:
19
contents: write
20
- pull-requests: write
21
outputs:
22
tag: ${{ "{{ steps.release.outputs.tag }}" }}
23
steps:
24
- name: Checkout the repository
25
uses: actions/checkout@v4
26
with:
27
fetch-depth: 0
28
- token: ${{ "{{ secrets.GITHUB_TOKEN }}" }}
+ persist-credentials: 'false'
29
30
- name: Bootstrap repository
31
uses: ./.github/actions/bootstrap
0 commit comments