Skip to content

Commit

Permalink
Merge pull request #85 from XavierJ96/workflow/patch-1
Browse files Browse the repository at this point in the history
chore: setup release
  • Loading branch information
XavierJ96 authored Jun 27, 2024
2 parents 175c7a7 + 15691b5 commit 9e9c581
Show file tree
Hide file tree
Showing 4 changed files with 8,205 additions and 1,592 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release

on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "21.x"
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Loading

0 comments on commit 9e9c581

Please sign in to comment.