Skip to content

Commit

Permalink
chore: remove manifest file and sdk tests
Browse files Browse the repository at this point in the history
Deleted manifest definition and sdk tests. Updated dependencies and workflow for simpler release.
  • Loading branch information
gentlementlegen committed Nov 8, 2024
1 parent d47c5f2 commit 7a96a39
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 384 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,5 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
release-type: simple
target-branch: main
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.10.0"
registry-url: https://registry.npmjs.org/

- uses: oven-sh/setup-bun@v1

- name: Build
run: |
bun install --frozen-lockfile
bun sdk:build
if: ${{ steps.release.outputs.release_created }}
- run: bun publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@
"open-source"
],
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@cfworker/json-schema": "2.0.1",
"@octokit/auth-app": "7.1.0",
"@octokit/core": "6.1.2",
"@octokit/plugin-paginate-graphql": "^5.2.4",
"@octokit/plugin-paginate-rest": "11.3.3",
"@octokit/plugin-rest-endpoint-methods": "13.2.4",
"@octokit/plugin-retry": "7.1.1",
Expand All @@ -56,7 +53,6 @@
"@octokit/webhooks-types": "7.5.1",
"@sinclair/typebox": "^0.33.20",
"@ubiquity-os/plugin-sdk": "^1.0.9",
"@ubiquity-os/ubiquity-os-logger": "^1.3.2",
"dotenv": "16.4.5",
"typebox-validators": "0.3.5",
"yaml": "2.4.5"
Expand Down
22 changes: 0 additions & 22 deletions src/types/manifest.ts

This file was deleted.

Loading

0 comments on commit 7a96a39

Please sign in to comment.