summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-09 21:10:58 -0500
committerDax Raad <[email protected]>2025-12-09 21:10:58 -0500
commit150baf3e963d9a93442bc2ded300f3950f92a56a (patch)
tree6a37d74cea8d54d19b567b374166d0914f4eb182 /.github
parent78c51371afc08fb7b6193fe26d7b444fbdb052cc (diff)
downloadopencode-150baf3e963d9a93442bc2ded300f3950f92a56a.tar.gz
opencode-150baf3e963d9a93442bc2ded300f3950f92a56a.zip
ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/snapshot.yml40
1 files changed, 0 insertions, 40 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
deleted file mode 100644
index 5b460343d..000000000
--- a/.github/workflows/snapshot.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-name: snapshot
-
-on:
- workflow_dispatch:
- push:
- branches:
- - dev
- - test-bedrock
- - v0
- - otui-diffs
- - snapshot-*
-
-concurrency: ${{ github.workflow }}-${{ github.ref }}
-permissions:
- id-token: write
-
-jobs:
- publish:
- runs-on: blacksmith-4vcpu-ubuntu-2404
- steps:
- - uses: actions/checkout@v3
- with:
- fetch-depth: 0
-
- - run: git fetch --force --tags
-
- - uses: actions/setup-node@v4
- with:
- node-version: "20"
- registry-url: "https://registry.npmjs.org"
-
- - uses: ./.github/actions/setup-bun
-
- - name: Publish
- run: |
- npm install -g npm@latest
- ./script/publish.ts
- env:
- GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
- NPM_CONFIG_PROVENANCE: false