[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Correctly mark prereleases as such (4edcf68d)

Marcel Fabian Krüger tex at 2krueger.de
Fri Nov 12 10:52:23 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/4edcf68d5e37dd5f04f4dfacc76fb039f1742ef0

>---------------------------------------------------------------

commit 4edcf68d5e37dd5f04f4dfacc76fb039f1742ef0
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Nov 12 10:52:23 2021 +0100

    Correctly mark prereleases as such


>---------------------------------------------------------------

4edcf68d5e37dd5f04f4dfacc76fb039f1742ef0
 .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 374c0212..223e27a3 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(github.ref, 'refs/tags/dev-') }}
       # 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.