From e2dfc1cd6c546ad76bd9c961f98d46b7e12a05be Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Wed, 25 Jan 2023 01:24:43 +0330 Subject: [PATCH] . --- .github/workflows/build-publish-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-publish-docker.yml b/.github/workflows/build-publish-docker.yml index fed0865..0a6d124 100644 --- a/.github/workflows/build-publish-docker.yml +++ b/.github/workflows/build-publish-docker.yml @@ -15,14 +15,14 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '18' + node-version: 'lts/*' ## 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 -p node@v18-lts -c "npx semantic-release" + run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}