Compare commits
2 Commits
53622b5ed4
...
ac96269344
Author | SHA1 | Date |
---|---|---|
|
ac96269344 | |
|
ba8a79b38e |
|
@ -19,7 +19,7 @@ jobs:
|
|||
go-version-file: 'go.mod'
|
||||
- name: Get previous release tag
|
||||
id: get-previous-release-tag
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
result-encoding: string
|
||||
|
|
|
@ -26,8 +26,8 @@ jobs:
|
|||
echo "LIFECYCLE_VERSION=$version" >> $GITHUB_ENV
|
||||
- name: Determine download urls for linux-x86-64, linux-arm64, linux-ppc64le, linux-s390x
|
||||
id: artifact-urls
|
||||
# FIXME: this script should be updated to work with actions/github-script@v6
|
||||
uses: actions/github-script@v3
|
||||
# FIXME: this script should be updated to work with actions/github-script@v7
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
echo "RELEASE_KIND=release" >> $GITHUB_ENV
|
||||
- name: Get previous release tag
|
||||
id: get-previous-release-tag
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
result-encoding: string
|
||||
|
|
Loading…
Reference in New Issue