From df3c2b4ba97bfec9248c1cc9d5d002217f1ef8f2 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Tue, 2 May 2023 22:00:45 -0700 Subject: [PATCH] Update actions --- .github/workflows/cargo-test-publish.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cargo-test-publish.yaml b/.github/workflows/cargo-test-publish.yaml index 4869b8e..5424853 100644 --- a/.github/workflows/cargo-test-publish.yaml +++ b/.github/workflows/cargo-test-publish.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x' @@ -46,9 +46,7 @@ jobs: - name: Publish to Github if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') - uses: softprops/action-gh-release@v1 + uses: ncipollo/release-action@v1 with: name: Version ${{ env.VERSION_TITLE }} - body_path: /tmp/RELEASE.md - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + bodyfile: /tmp/RELEASE.md