Skip to content

Commit

Permalink
Revert "don't persist credentials"
Browse files Browse the repository at this point in the history
This reverts commit 1c216c1.
  • Loading branch information
glennmoy committed Oct 24, 2023
1 parent 1ba7fac commit b00fb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Needed determine tags
persist-credentials: false # Avoid using these credentials as pushing new commits doesn't re-trigger CI jobs
persist-credentials: true
ref: ${{ inputs.commit }}
- name: Check for new Project version
id: project_toml
Expand Down

0 comments on commit b00fb32

Please sign in to comment.