From 84d6f1fb0af7c78a7e14408286feb92c9c349232 Mon Sep 17 00:00:00 2001 From: manosbatsis Date: Mon, 4 Sep 2023 15:30:33 +0300 Subject: [PATCH] fix: remove publication code --- .github/workflows/{ci.yml => build.yml} | 0 .github/workflows/release.yml | 14 ++++++++++++++ 2 files changed, 14 insertions(+) rename .github/workflows/{ci.yml => build.yml} (100%) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..91dda69 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,14 @@ +#on: +# push: +# tags: +# - "v*" + +on: create + +name: Release +jobs: + release: + name: Release GitHub Actions + runs-on: ubuntu-latest + steps: + - uses: technote-space/release-github-actions@v6 \ No newline at end of file