Skip to content

Commit

Permalink
fix: publish task on main not master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Oct 1, 2024
1 parent e341399 commit 0050fce
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
ls -la
publish:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
name: Publish
runs-on: ubuntu-latest
needs:
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-darwin-arm64",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-darwin-x64",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-linux-arm64-gnu",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-linux-arm64-musl",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-linux-x64-gnu",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-linux-x64-musl",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-win32-arm64-msvc",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle-win32-x64-msvc",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/swap-or-not-shuffle",
"version": "0.0.1",
"version": "0.0.0",
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release --js false",
Expand Down

0 comments on commit 0050fce

Please sign in to comment.