Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 11, 2024
1 parent 0ad9368 commit 2062cb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 110 deletions.
37 changes: 5 additions & 32 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: binary
name: generate

on:
push:
workflow_dispatch:
tags:
- "*"
branches:
- master

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -13,7 +13,7 @@ permissions:
packages: write

jobs:
goreleaser:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,36 +22,9 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- run: |
npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN
npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git fetch --force --tags

- uses: actions/setup-go@v5
with:
go-version: ">=1.21.0"

- name: Go Mod
run: go mod download

# TODO remove temporary workaround
- run: bun i --frozen-lockfile
- run: git reset --hard
- run: cd platform && bun tsc --noEmit

- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}

- run: |
cd sdk/js
bun run release
- run: bun run generate.ts
30 changes: 0 additions & 30 deletions .github/workflows/build.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/docs.yml

This file was deleted.

0 comments on commit 2062cb8

Please sign in to comment.