Skip to content

Commit

Permalink
Merge pull request #25 from marvinhagemeister/changeset-release
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Feb 3, 2023
2 parents 99123f8 + 755c882 commit a81083d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,21 @@
name: Release

on:
push:
branches:
- main

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a81083d

Please sign in to comment.