Skip to content

Commit

Permalink
revert workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Nov 28, 2023
1 parent b00269c commit 0b83113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Test Master
on:
push:
branches:
# - master
- upgrade-node-20
- master

# concurrency:
# group: master
# cancel-in-progress: true
concurrency:
group: master
cancel-in-progress: true

jobs:
install-and-build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Build
run: pnpm build

- name: Dry-run publishing
run: pnpm publish -r --no-git-checks --dry-run

- name: Publish to NPM
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
Expand Down

0 comments on commit 0b83113

Please sign in to comment.