From ca58118a2612f812fc6c5840af8da812fccbb74e Mon Sep 17 00:00:00 2001 From: Nikita Melnikov Date: Mon, 7 Nov 2022 08:54:04 -0300 Subject: [PATCH] fix pipeline --- .github/workflows/build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c2011c..ecf2f80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: type=ref,event=branch type=ref,event=pr type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }} - type=semver,pattern=v{{version}} + type=semver,pattern=v{{raw}} type=semver,pattern=v{{major}}.{{minor}} - name: Build and push image diff --git a/package.json b/package.json index 29e51c1..1b968bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codex.docs", "license": "Apache-2.0", - "version": "v2.0.0-rc.1", + "version": "v2.0.0-rc.2", "type": "module", "bin": { "codex.docs": "dist/backend/app.js"