Skip to content

Commit

Permalink
ci: setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
STommydx committed Mar 6, 2024
1 parent 06d89c2 commit 760abbc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js for Semantic Release
uses: actions/setup-node@v4
with:
fetch-depth: 0
node-version: "lts/*"
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 760abbc

Please sign in to comment.