Skip to content

Commit 42fdb09

Browse files
authored
chore: update release_js_main.yml
undo test mode, title update, s/main/latest/ for tag
1 parent 378b5c4 commit 42fdb09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release_js_main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Release Genkit JS (latest)
15+
name: Release Genkit JS
1616

1717
on:
1818
workflow_dispatch:
@@ -23,8 +23,8 @@ on:
2323
default: next
2424
required: true
2525
options:
26-
- main
2726
- next
27+
- latest
2828

2929
jobs:
3030
build:
@@ -58,6 +58,6 @@ jobs:
5858
registry-url: 'https://wombat-dressing-room.appspot.com/'
5959
- name: release script
6060
shell: bash
61-
run: echo RELEASE_BRANCH=${{ steps.extract_branch.outputs.branch }} RELEASE_TAG=${{ inputs.releaseTag }} scripts/release_main.sh
61+
run: RELEASE_BRANCH=${{ steps.extract_branch.outputs.branch }} RELEASE_TAG=${{ inputs.releaseTag }} scripts/release_main.sh
6262
env:
6363
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)