attempt to fix github action

This commit is contained in:
Rasmus Andersson 2022-10-04 09:28:01 -07:00
parent 52c9e435aa
commit dc46c209d3

View file

@ -86,8 +86,8 @@ jobs:
- name: Publish release (if tag)
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
prerelease: true
with:
prerelease: true
name: "${{ env.inter_version }}"
body: "This release was automatically created"
files: "${{ env.rsm_archive }}"