From 4fe928aec3298ba01305d70be3b8aa5fb5e2318d Mon Sep 17 00:00:00 2001 From: koliveira15 Date: Sat, 3 Jun 2023 23:51:51 -0400 Subject: [PATCH] publish workflow --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 928cca1..2b306f6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 - name: Install Dependencies run: npm ci @@ -29,7 +29,7 @@ jobs: - name: Build Plugin run: npx nx build nx-sonarqube - - name: Publish Application + - name: Publish Plugin run: | cd dist/packages/nx-sonarqube npm version ${{ github.event.inputs.version }}