Co-authored-by: wave-builder[bot] <181805596+wave-builder[bot]@users.noreply.github.com>
This commit is contained in:
Evan Simkowitz 2024-09-17 13:37:52 -07:00 committed by GitHub
parent 2ff55d823e
commit 6a7fadc420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ run-name: Version ${{ github.ref_name }}
on: on:
push: push:
tags: tags:
- "[0-9]+.[0-9]+.[0-9]+*" - "v[0-9]+.[0-9]+.[0-9]+*"
env: env:
GO_VERSION: "1.22.5" GO_VERSION: "1.22.5"
NODE_VERSION: "22.5.1" NODE_VERSION: "22.5.1"

View File

@ -76,7 +76,7 @@ jobs:
git fetch git fetch
export TAG_SHA=$( git rev-parse origin/$BRANCH ) export TAG_SHA=$( git rev-parse origin/$BRANCH )
gh api --method POST /repos/:owner/:repo/git/refs \ gh api --method POST /repos/:owner/:repo/git/refs \
--field ref="refs/tags/$VERSION" \ --field ref="refs/tags/v$VERSION" \
--field sha="$TAG_SHA" --field sha="$TAG_SHA"
shell: bash shell: bash
env: env:

View File

@ -7,7 +7,7 @@
"productName": "TheNextWave", "productName": "TheNextWave",
"description": "An Open-Source, AI-Native, Terminal Built for Seamless Workflows", "description": "An Open-Source, AI-Native, Terminal Built for Seamless Workflows",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "0.1.13-beta.21", "version": "0.1.13-beta.22",
"homepage": "https://waveterm.dev", "homepage": "https://waveterm.dev",
"build": { "build": {
"appId": "dev.commandline.thenextwave" "appId": "dev.commandline.thenextwave"