diff --git a/.github/workflows/release-by-label-linux.yml b/.github/workflows/release-by-label-linux.yml index 8638ed7..ed09f68 100644 --- a/.github/workflows/release-by-label-linux.yml +++ b/.github/workflows/release-by-label-linux.yml @@ -117,7 +117,7 @@ jobs: # TAG_NAME=$(cat tag.txt) # cat tag.txt # echo $TAG_NAME - uses: "softprops/action-gh-release@v1" + uses: "softprops/action-gh-release@v2" with: token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false diff --git a/.github/workflows/release-by-label.yml b/.github/workflows/release-by-label.yml index 28d8233..2bd8a56 100644 --- a/.github/workflows/release-by-label.yml +++ b/.github/workflows/release-by-label.yml @@ -200,7 +200,7 @@ jobs: # https://github.com/softprops/action-gh-release # do wildcards like * work in files? - name: Release - uses: "softprops/action-gh-release@v1" + uses: "softprops/action-gh-release@v2" with: token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false