diff options
| author | Dax Raad <[email protected]> | 2025-12-09 20:24:31 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 20:24:31 -0500 |
| commit | bb1c22502786b72316493e3425745455e558d211 (patch) | |
| tree | 0bc00fbbb19c0354850b185d87d854c7b3800f03 /.github/workflows | |
| parent | e5af0dde0885a2e06ec6d9c0c28348e590a45697 (diff) | |
| download | opencode-bb1c22502786b72316493e3425745455e558d211.tar.gz opencode-bb1c22502786b72316493e3425745455e558d211.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/snapshot.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 33fa7a55e..b3e86c1a6 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -33,6 +33,7 @@ jobs: - name: Publish run: | + npm install -g npm@latest ./script/publish.ts env: GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }} |
