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