Skip to content

Commit

Permalink
ci: update wrokflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 19, 2023
1 parent f0ff559 commit d1d43f3
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Look Changelog
uses: jaywcjlove/changelog-generator@main
Expand All @@ -29,11 +29,14 @@ jobs:

build:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: npm install --unsafe-perm
Expand Down Expand Up @@ -100,17 +103,7 @@ jobs:
${{ steps.changelog.outputs.changelog }}
# - run: git status
# - run: npm install @jsdevtools/npm-publish -g
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./core/package.json

# - name: 📦 @uiw/react-layout publish to NPM
# uses: JS-DevTools/npm-publish@v1
# with:
# token: ${{ secrets.NPM_TOKEN }}
# package: ./core/package.json

# - run: npm publish --access public
# - run: npm publish --access public --provenance
# name: 📦 @uiw/react-monorepo-template to NPM
# working-directory: core
# continue-on-error: true
Expand Down

0 comments on commit d1d43f3

Please sign in to comment.