Skip to content

Commit

Permalink
ci: disable persist-credentials to fix tags not being pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-algms committed Apr 7, 2023
1 parent d9b55b2 commit 03a885e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- id: setup
uses: ./.github/actions/setup_workspace
Expand Down

0 comments on commit 03a885e

Please sign in to comment.