Skip to content

Commit

Permalink
ci: try stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 17, 2023
1 parent f647de0 commit 2828e22
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 344 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cd
on:
push:
branches:
- main
- v3

jobs:
publish:
Expand All @@ -11,9 +11,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18

- run: npm ci
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
tag: stable
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: ci
on:
pull_request:
branches:
- main
- v3
workflow_dispatch:
branches:
- main
- v3

concurrency:
group: ${{ github.ref }}
Expand Down
Loading

0 comments on commit 2828e22

Please sign in to comment.