diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 37cdfb4bd..1235b4761 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -80,7 +80,7 @@ jobs: # only publish a 'release' on push events (those include merging a PR) - name: upload binaries if: github.event_name == 'push' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version_number.outputs.version }} repository: ${{ github.repository_owner }}/nightly-builds diff --git a/.github/workflows/artifact-links.yml b/.github/workflows/artifact-links.yml index 69db2dd68..62ce1d796 100644 --- a/.github/workflows/artifact-links.yml +++ b/.github/workflows/artifact-links.yml @@ -15,7 +15,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - prefix: "**Artifacts:**" - suffix: "_**WARNING:** Use at your own risk._" - format: name - addTo: pull + prefix: "**Artifacts:**" + suffix: "_**WARNING:** Use at your own risk._" + format: name + addTo: pull diff --git a/.github/workflows/linux-ubuntu-16.04-5.12-appimage.yml b/.github/workflows/linux-ubuntu-16.04-5.12-appimage.yml index 616dba389..ce8f85543 100644 --- a/.github/workflows/linux-ubuntu-16.04-5.12-appimage.yml +++ b/.github/workflows/linux-ubuntu-16.04-5.12-appimage.yml @@ -142,7 +142,7 @@ jobs: # only publish a 'release' on push events (those include merging a PR) - name: upload binaries if: github.event_name == 'push' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version_number.outputs.version }} repository: ${{ github.repository_owner }}/nightly-builds diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 19e4809f3..4933dc1b2 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -70,7 +70,7 @@ jobs: # only publish a 'release' on push events (those include merging a PR) - name: upload binaries if: github.event_name == 'push' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version_number.outputs.version }} repository: ${{ github.repository_owner }}/nightly-builds diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 74500b917..326dd3e81 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -61,7 +61,7 @@ jobs: # only publish a 'release' on push events (those include merging a PR) - name: upload binaries if: github.event_name == 'push' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version_number.outputs.version }} repository: ${{ github.repository_owner }}/nightly-builds