Skip to content

Commit

Permalink
Testing publishing to npm with GitHub actions #9.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 25, 2024
1 parent b127ba6 commit d3fafe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-npmjs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
shell: bash
run: |
cd package
ls
echo "before:"
cat package.json
sed -i '' 's/-rc.3/-rc.4/' package.json
echo "after:"
cat package.json
- name: Publish package
uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit d3fafe0

Please sign in to comment.