Skip to content

Commit

Permalink
chore: fix workflow dispatch branch (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 authored Jun 3, 2024
1 parent 2438dc5 commit cbd5142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
release:
uses: reearth/core/.github/workflows/npm_release.yml@main
uses: reearth/core/.github/workflows/npm_release.yml@beta
with:
branch: alpha
tag: alpha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
release:
uses: reearth/core/.github/workflows/npm_release.yml@main
uses: reearth/core/.github/workflows/npm_release.yml@beta
with:
branch: beta
tag: beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
release:
uses: reearth/core/.github/workflows/npm_release.yml@main
uses: reearth/core/.github/workflows/npm_release.yml@beta
with:
branch: main
tag: latest
Expand Down

0 comments on commit cbd5142

Please sign in to comment.