From f35fb36d07bf7fd7251b0c2e648a7b777593e13f Mon Sep 17 00:00:00 2001 From: dlohvinov Date: Wed, 11 Oct 2023 21:51:19 +0300 Subject: [PATCH] upd release workflow [WTEL-3902] --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd7f0b30..834f6491 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,11 +22,12 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: get-npm-version id: package-version uses: martinbeentjes/npm-get-version-action@v1.3.1 - - uses: actions/checkout@v3 - name: Create release id: create_release uses: ncipollo/release-action@v1