We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378b5c4 commit 42fdb09Copy full SHA for 42fdb09
.github/workflows/release_js_main.yml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-name: Release Genkit JS (latest)
+name: Release Genkit JS
16
17
on:
18
workflow_dispatch:
@@ -23,8 +23,8 @@ on:
23
default: next
24
required: true
25
options:
26
- - main
27
- next
+ - latest
28
29
jobs:
30
build:
@@ -58,6 +58,6 @@ jobs:
58
registry-url: 'https://wombat-dressing-room.appspot.com/'
59
- name: release script
60
shell: bash
61
- run: echo RELEASE_BRANCH=${{ steps.extract_branch.outputs.branch }} RELEASE_TAG=${{ inputs.releaseTag }} scripts/release_main.sh
+ run: RELEASE_BRANCH=${{ steps.extract_branch.outputs.branch }} RELEASE_TAG=${{ inputs.releaseTag }} scripts/release_main.sh
62
env:
63
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
0 commit comments