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 }}