Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koliveira15 committed Jun 4, 2023
1 parent c28b92b commit 4fe928a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ 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

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

0 comments on commit 4fe928a

Please sign in to comment.