From 933d50e25a7076e4587d2579c07f21f6bc02d07f Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 20 Jul 2025 12:36:53 -0400 Subject: wip: github actions --- .github/workflows/publish-github-action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish-github-action.yml b/.github/workflows/publish-github-action.yml index e4b4ae758..3d4bac622 100644 --- a/.github/workflows/publish-github-action.yml +++ b/.github/workflows/publish-github-action.yml @@ -2,6 +2,9 @@ name: publish-github-action on: workflow_dispatch: + push: + tags: + - "github-v*.*.*" concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -18,12 +21,9 @@ jobs: - run: git fetch --force --tags - - uses: oven-sh/setup-bun@v2 - with: - bun-version: 1.2.17 - - name: Publish run: | git config --global user.email "opencode@sst.dev" git config --global user.name "opencode" - ./scripts/publish-github-action.ts + ./scripts/publish + working-directory: ./sdks/github -- cgit v1.2.3