Skip to content

Commit

Permalink
ci: fix mispell of persist-credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani committed Oct 3, 2024
1 parent a2f1ff8 commit 147e594
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: 'release'

on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand All @@ -15,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
persisted-credentials: false
persist-credentials: false

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit 147e594

Please sign in to comment.