From 2e21a6f4e00893afb67c2984ec1dac00bb81ff84 Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 30 Oct 2021 14:07:04 +0200 Subject: [PATCH] more calculators --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b01462b..f16210c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: - name: Get list of jupyterhub-onbuild tags id: onbuildtags - uses: jupyterhub/action-major-minor-tag-calculator@v1 + uses: jupyterhub/action-major-minor-tag-calculator@v2 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/jupyterhub-onbuild:" @@ -171,7 +171,7 @@ jobs: - name: Get list of jupyterhub-demo tags id: demotags - uses: jupyterhub/action-major-minor-tag-calculator@v1 + uses: jupyterhub/action-major-minor-tag-calculator@v2 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/jupyterhub-demo:"