From 31dfcfa809be645c6dec1bc959301ba90311c8a9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 27 Apr 2023 23:52:42 +0200 Subject: [PATCH] Build --- .github/workflows/build.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f87434..b11106a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,9 +63,16 @@ jobs: bump: needs: build runs-on: ubuntu-latest - steps: + steps: + - uses: actions/checkout@v3 + - + name: Push tag + uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CUSTOM_TAG: ${{ secrets.MAJOR }}.${{ secrets.MINOR }} - - name: Update Minor version + name: Update minor version uses: hmanzur/actions-set-secret@v2.0.0 with: name: 'MINOR'