From 1e88508284846ad0508e6e91e27da1d2e946547c Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Wed, 25 Jan 2023 01:21:31 +0330 Subject: [PATCH] . --- .github/workflows/build-publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}