Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 6, 2023
1 parent 62813ec commit c23b3e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- run: npm run testdoc
- name: NPM Publish
id: npm-publish
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && matrix.node-version == '20.x'
uses: JS-DevTools/npm-publish@v2.2.2
with:
token: ${{ secrets.NPM_TOKEN }}
provenance: true
- if: ${{ steps.npm-publish.outputs.type && matrix.node-version == '20.x'}}
- if: ${{ steps.npm-publish.outputs.type == 'published' }}
run: echo "Version changed!"

2 changes: 1 addition & 1 deletion doc/BitScheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ <h2 id="_next_steps">Next Steps</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-10-06 12:32:12 -0700
Last updated 2023-10-06 12:40:13 -0700
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c23b3e8

Please sign in to comment.