feat: initial release
This commit is contained in:
11
.github/workflows/release.yml
vendored
Normal file
11
.github/workflows/release.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
uses: the0mikkel/ci/.github/workflows/semver-release.yml@v1.1.4
|
||||
Reference in New Issue
Block a user