summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ed6fd3cc..fdfaac8f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
tar cJf $directory.tar.xz $directory
fi
- - uses: ncipollo/release-action@v1.13.0
+ - uses: ncipollo/release-action@v1.14.0
with:
artifacts: "typst-${{ matrix.target }}.*"
allowUpdates: true