Skip to content

Commit

Permalink
feat: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxwazz committed Dec 22, 2024
1 parent 76934d6 commit 19c8e2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Release

permissions:
id-token: write
contents: write

on:
push:
tags:
- "*"
- v*

jobs:
release:
Expand All @@ -23,5 +24,6 @@ jobs:
node-version: lts/*

- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
continue-on-error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 19c8e2f

Please sign in to comment.