Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add semantic release #526

Merged
merged 23 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: run fix tags on beta
KiwiKilian committed Dec 2, 2024
commit d1af41739e7e7a8442b7ef9fff32b29f699aa58c
5 changes: 4 additions & 1 deletion .github/workflows/fix-npm-tags.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Name: Fix NPM Tags

on: workflow_dispatch
on:
push:
branches:
- beta

jobs:
publish: