no message

This commit is contained in:
Roee Gadot
2021-06-17 15:59:43 +03:00
parent 9f6abf7a32
commit 9b44838fed
5 changed files with 12 additions and 46 deletions

View File

@@ -3,8 +3,7 @@ name: Release
on:
push:
branches:
- develop
- main
- my-temp-release-check
jobs:
build:

View File

@@ -1,38 +0,0 @@
name: Tag
on:
push:
branches:
- my-temp-release-check
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: krogon/semver-release-action@master
with:
release_branch: my-temp-release-check
release_strategy: tag
default_increment: patch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# name: Tag
# on:
# push:
# branches:
# - my-temp-release-check
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Tag
# uses: ChorusOne/semver-release-action@workaround-for-org-errors
# with:
# release_branch: my-temp-release-check
# release_strategy: tag
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}