We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf118b commit 41e278eCopy full SHA for 41e278e
.github/workflows/release.yaml
@@ -23,7 +23,6 @@ jobs:
23
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
24
with:
25
fetch-depth: 0
26
- persist-credentials: false
27
- name: Get changed files
28
id: changed-files
29
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4
@@ -98,7 +97,6 @@ jobs:
98
97
99
100
ref: ${{ env.RELEASE_TAG }}
101
102
- name: Calculate go version
103
run: echo "go_version=$(make go-version)" >> ${GITHUB_ENV}
104
- name: Set up Go
0 commit comments