summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-10-04 19:28:01 +0300
committerRasmus Andersson <rasmus@notion.se>2022-10-04 19:28:01 +0300
commitdc46c209d3b2f063f7dd1172fff3b850bc4a52f5 (patch)
treee39144deabaaeb1b9a83bc7a985399a1ad211a9e /.github
parent52c9e435aa11b8b889facd9d52f8c9c8492ddee7 (diff)
downloadinter-dc46c209d3b2f063f7dd1172fff3b850bc4a52f5.tar.xz
attempt to fix github action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-fonts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-fonts.yml b/.github/workflows/build-fonts.yml
index 9edf02a40..91c002b77 100644
--- a/.github/workflows/build-fonts.yml
+++ b/.github/workflows/build-fonts.yml
@@ -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 }}"