From 609f85e6ae1808e4c73983216109a86f88cf05af Mon Sep 17 00:00:00 2001 From: gadotroee <55343099+gadotroee@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:33:47 +0300 Subject: [PATCH] Update tag-temp.yaml --- .github/workflows/tag-temp.yaml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag-temp.yaml b/.github/workflows/tag-temp.yaml index 725985b3e..99798fd1d 100644 --- a/.github/workflows/tag-temp.yaml +++ b/.github/workflows/tag-temp.yaml @@ -1,5 +1,4 @@ -# .github/workflows/release.yml -name: Release +name: Tag on: push: @@ -11,9 +10,29 @@ jobs: runs-on: ubuntu-latest steps: - name: Tag - uses: ChorusOne/semver-release-action@workaround-for-org-errors + 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 }}