From 05527826b81b2baa5742d1ce1c34cdea2f4ca9a3 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Mon, 21 Oct 2024 14:43:41 +0200 Subject: [PATCH] fix publish --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da99244..74d1afd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,13 +32,12 @@ jobs: run: | TAG=${GITHUB_REF#refs/tags/} jq --arg version "$TAG" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json + - name: Compile typescript + run: yarn build - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} - - name: Compile typescript - run: yarn build - - name: Create a Release uses: elgohr/Github-Release-Action@v5 env: