[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Use correct quotes for GitHub Actions (10e5d6b9)
Marcel Fabian Krüger
tex at 2krueger.de
Sat Sep 18 03:10:54 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/10e5d6b93fa4b5a140363a4f3763897cc52694a9
>---------------------------------------------------------------
commit 10e5d6b93fa4b5a140363a4f3763897cc52694a9
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sat Sep 18 03:10:54 2021 +0200
Use correct quotes for GitHub Actions
>---------------------------------------------------------------
10e5d6b93fa4b5a140363a4f3763897cc52694a9
.github/workflows/deploy.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index acfa324c..374c0212 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -62,7 +62,7 @@ jobs:
with:
artifacts: "*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
- prerelease: ${{ startsWith("refs/tags/dev-", github.ref) }}
+ prerelease: ${{ startsWith('refs/tags/dev-', github.ref) }}
# Determine the name of the tag we are working on. Sadly GH Actions only provides
# github.ref which has the name prefixed with github.ref and no way to remove a prefix
# in normal expressions, so we need an action for that.
More information about the latex3-commits
mailing list.