This commit is contained in:
Dax Raad 2025-12-09 20:24:31 -05:00
parent e5af0dde08
commit bb1c225027

View file

@ -33,6 +33,7 @@ jobs:
- name: Publish
run: |
npm install -g npm@latest
./script/publish.ts
env:
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}