Remove reference for github #6

Open
xyvs wants to merge 5 commits from develop into main
Showing only changes of commit b4727335f5 - Show all commits

13
.github/workflows/publish_release.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Publish release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2