Skip to content

Commit 4e3f347

Browse files
authored
Merge pull request #3040 from Nordix/revert-changes-rleaseworkflow
🌱Revert release worflow persist-credentials: false
2 parents ecf118b + 41e278e commit 4e3f347

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
2424
with:
2525
fetch-depth: 0
26-
persist-credentials: false
2726
- name: Get changed files
2827
id: changed-files
2928
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4
@@ -98,7 +97,6 @@ jobs:
9897
with:
9998
fetch-depth: 0
10099
ref: ${{ env.RELEASE_TAG }}
101-
persist-credentials: false
102100
- name: Calculate go version
103101
run: echo "go_version=$(make go-version)" >> ${GITHUB_ENV}
104102
- name: Set up Go

0 commit comments

Comments
 (0)