Skip to content

Commit

Permalink
chore: prepare new tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Aug 12, 2022
1 parent 546df72 commit 9896c3b
Show file tree
Hide file tree
Showing 5 changed files with 764 additions and 1,066 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/release-please.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Release
on:
push:
branches:
- master
- next
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: Install dependencies
run: npm --no-workspaces ci

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
32 changes: 0 additions & 32 deletions .github/workflows/tests.yml

This file was deleted.

Loading

0 comments on commit 9896c3b

Please sign in to comment.