From 855f768e29feb6af6fcf9936279e98b845ca3e5e Mon Sep 17 00:00:00 2001 From: she11sh0cked Date: Fri, 22 May 2020 23:39:24 +0200 Subject: [PATCH] Add version bumper (#25) Co-authored-by: she11sh0cked --- .github/workflows/TachiyomiSY-Preview-Builder.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/TachiyomiSY-Preview-Builder.yml b/.github/workflows/TachiyomiSY-Preview-Builder.yml index 42988fd8b..ff0316524 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -8,6 +8,15 @@ jobs: ping-pong: runs-on: ubuntu-latest steps: + - uses: actions/checkout@master + with: + fetch-depth: '0' + - name: TAG - Bump version and push tag + uses: anothrNick/github-tag-action@1.17.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + WITH_V: true + RELEASE_BRANCHES: master - name: PING - Dispatch initiating repository event if: github.event.action != 'pong' run: |