From 3129030d0094373ade657e807f1e058957c71fad Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 15 May 2021 17:17:44 +0200 Subject: [PATCH] releasing docs --- .github/workflows/release.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b61a596..850ed50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,6 @@ name: Main on: workflow_dispatch: - push: - tags: - - "v*.*.*" jobs: build: diff --git a/README.md b/README.md index 7bfbc40..edf1063 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ Alternatively you can run `yarn build` and the `yarn electron-builder -m` for `m 1. Bump version in `package.json` 2. Update `CHANGELOG.md` 3. Create a draft release with the new version. (e.g. tag with `v1.2.3`). -4. Push to `main` and github workflow will build and upload assets to the draft matching the version of `package.json` and draft. +4. Start the publish action and the ci will build and upload assets to the draft matching the version of `package.json` and draft.