diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index b61378da..083f76a2 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -204,7 +204,7 @@ jobs: - name: Upload Test Release Asset id: create_test_release if: startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test') - uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728 + uses: softprops/action-gh-release@c7857c88c0b69847af67785971a0b5633c6d22cf with: prerelease: true files: | @@ -217,7 +217,7 @@ jobs: - name: Upload Release Asset id: upload-release-asset if: startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test') - uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728 + uses: softprops/action-gh-release@c7857c88c0b69847af67785971a0b5633c6d22cf with: files: | dist/*.whl