mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
attempt to fix github action
This commit is contained in:
parent
52c9e435aa
commit
dc46c209d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-fonts.yml
vendored
2
.github/workflows/build-fonts.yml
vendored
|
@ -86,8 +86,8 @@ jobs:
|
||||||
- name: Publish release (if tag)
|
- name: Publish release (if tag)
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
prerelease: true
|
|
||||||
with:
|
with:
|
||||||
|
prerelease: true
|
||||||
name: "${{ env.inter_version }}"
|
name: "${{ env.inter_version }}"
|
||||||
body: "This release was automatically created"
|
body: "This release was automatically created"
|
||||||
files: "${{ env.rsm_archive }}"
|
files: "${{ env.rsm_archive }}"
|
||||||
|
|
Loading…
Reference in a new issue