Skip to content

Commit

Permalink
temp run on staging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
patnir committed Feb 6, 2025
1 parent c81ef4c commit f00048f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-npm-ironfish-rust-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy NPM Ironfish Rust Wasm

on:
pull_request:
branches:
- staging
workflow_dispatch:
inputs:
dry-run:
Expand Down Expand Up @@ -49,7 +52,7 @@ jobs:
if [ ${{ github.event.inputs.dry-run }} = "true" ]; then
npm publish --access public --dry-run
else
npm publish --access public
npm publish --access public --dry-run
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f00048f

Please sign in to comment.