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