Skip to content

Commit 7a40e89

Browse files
test
1 parent 55d8829 commit 7a40e89

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/actions/build/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ outputs:
3333
runs:
3434
using: composite
3535
steps:
36-
- name: Checkout repository
37-
uses: actions/checkout@v3
38-
with:
39-
# Very Important: semantic-release won't trigger a tagged
40-
# build if this is not set to false
41-
persist-credentials: false
36+
# - name: Checkout repository
37+
# uses: actions/checkout@v3
38+
# with:
39+
# # Very Important: semantic-release won't trigger a tagged
40+
# # build if this is not set to false
41+
# persist-credentials: false
4242

4343
- name: Setup python
4444
uses: actions/setup-python@v4

.github/workflows/reusable-lightweight.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ jobs:
277277
steps:
278278
- name: Checkout repository
279279
uses: actions/checkout@v3
280+
with:
281+
# Very Important: semantic-release won't trigger a tagged
282+
# build if this is not set to false
283+
persist-credentials: false
280284
- name: Checkout repository
281285
uses: jenseng/dynamic-uses@v1
282286
env:

0 commit comments

Comments
 (0)