diff --git a/.github/workflows/build-publish-docker.yml b/.github/workflows/build-publish-docker.yml index c9af7e4..fed0865 100644 --- a/.github/workflows/build-publish-docker.yml +++ b/.github/workflows/build-publish-docker.yml @@ -22,7 +22,7 @@ jobs: ## With the above semantic-release configuration, will create a release and push the dist/index.js file as well as all the tags required - name: Semantic Release - run: npx semantic-release + run: npx -p node@v18-lts -c "npx semantic-release" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}