Skip to content

Commit

Permalink
Switch release order
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jun 13, 2023
1 parent 19d0af3 commit 2063af5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ jobs:
cache: "npm"
cache-dependency-path: |
package-lock.json
- name: Publish new versions
run: |
npm install -g npm@latest
npm ci
npm run build
lerna publish from-git --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Package
run: |
lerna exec -- npm pack
Expand All @@ -34,3 +26,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: packages/azure-kusto-data/*.tgz packages/azure-kusto-ingest/*.tgz packages/quick_start/*.tgz
- name: Publish new versions
run: |
npm install -g npm@latest
npm ci
npm run build
lerna publish from-git --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 2063af5

Please sign in to comment.