From d5942c3c49796e47e04c003bac3b452955dade4e Mon Sep 17 00:00:00 2001 From: gadotroee <55343099+gadotroee@users.noreply.github.com> Date: Tue, 15 Jun 2021 08:59:28 +0300 Subject: [PATCH] Create tag-temp.yaml --- .github/workflows/tag-temp.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/tag-temp.yaml diff --git a/.github/workflows/tag-temp.yaml b/.github/workflows/tag-temp.yaml new file mode 100644 index 000000000..d8fefc414 --- /dev/null +++ b/.github/workflows/tag-temp.yaml @@ -0,0 +1,19 @@ +# .github/workflows/release.yml +name: Release + +on: + push: + branches: + - my-temp-release-check + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Tag + uses: K-Phoen/semver-release-action@master + with: + release_branch: my-temp-release-check + release_strategy: tag + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}