1
1
mirror of https://github.com/rsms/inter.git synced 2024-08-16 06:10:38 +03:00

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 }}"