From fdd521aa7532b44fd9995ed928c91979317eddc6 Mon Sep 17 00:00:00 2001 From: eliav2 Date: Sat, 27 Apr 2024 23:07:26 +0300 Subject: [PATCH] . --- .github/workflows/npm-publish.yml | 4 ++-- packages/express-typed/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4e7ad55..321a17a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -63,7 +63,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release create "${{ needs.build-and-push.outputs.version }}" \ + gh release create "${{ needs.get_version.outputs.version }}" \ --repo="$GITHUB_REPOSITORY" \ - --title="${GITHUB_REPOSITORY#*/} ${{ needs.build-and-push.outputs.version }}" \ + --title="${GITHUB_REPOSITORY#*/} ${{ needs.get_version.outputs.version }}" \ --generate-notes diff --git a/packages/express-typed/package.json b/packages/express-typed/package.json index 6a7113d..81f221b 100644 --- a/packages/express-typed/package.json +++ b/packages/express-typed/package.json @@ -1,6 +1,6 @@ { "name": "express-typed", - "version": "0.1.1-alpha.3", + "version": "0.1.1-alpha.4", "description": "", "type": "module", "main": "dist/express-typed.js",