Skip to content

Commit d9417b5

Browse files
authored
Merge pull request #9 from scribd/maksimt/SERF-1350/fix-release
[SERF-1350] Fix Release workflow
2 parents decebe0 + 82c9b20 commit d9417b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12+
with:
13+
persist-credentials: false
1214

1315
- name: Semantic Release
1416
uses: cycjimmy/semantic-release-action@v2

0 commit comments

Comments
 (0)