diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e69f4d..f8de292 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: ### Publish Aqua API - name: Publish Aqua API run: | - npm version ${{ env.RELEASE_VERSION }} + npm version ${{ env.RELEASE_VERSION }} --allow-same-version npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}