Skip to content

Commit

Permalink
chore: debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 29, 2023
1 parent e1643df commit b4407ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
run: |
cd "homestar-runtime/npm/${{ env.node_pkg }}"
cat package.json
ls -R
npm version $(cargo get package.version)-rc.$(date +%s) --git-tag-version false
npm publish --access public --tag rc
env:
Expand Down

0 comments on commit b4407ef

Please sign in to comment.