Skip to content

Commit

Permalink
Remove extra step in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Oct 24, 2023
1 parent 9c3ba48 commit deb18c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/changeset-release.yml
Expand Up @@ -219,7 +219,6 @@ jobs:
run: for d in artifacts/*/*/*; do cp $d/*.node packages/$(basename $(dirname $d))/$(basename $d); done
- name: Debug
run: ls -l packages/*/*/*.node
- run: yarn release
- name: Create release PR or publish to npm
uses: changesets/action@v1.4.5
with:
Expand Down

0 comments on commit deb18c1

Please sign in to comment.