We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af00b36 commit cabf753Copy full SHA for cabf753
3 files changed
.github/workflows/release.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Build
30
run: bun run build
31
32
+ - name: Setup semantic-release
33
+ run: bun add -d semantic-release
34
+
35
- name: Release
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments