From 5eeaac1ad9dab562a353e70c4e7c2fc33a4df21d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 10 May 2022 10:19:15 +0200 Subject: [PATCH] ci: fix path for bumping web api client version Signed-off-by: Jens Langhammer --- .github/workflows/web-api-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index ae7bfdb00..24093c320 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -27,7 +27,7 @@ jobs: - name: Upgrade /web working-directory: web/ run: | - export VERSION=`node -e 'console.log(require("../web-api/package.json").version)'` + export VERSION=`node -e 'console.log(require("../gen-ts-api/package.json").version)'` npm i @goauthentik/api@$VERSION - name: Create Pull Request uses: peter-evans/create-pull-request@v4