From 9f01ebaf7869daf8eaef15ce9311ad8fdff3d878 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 12:33:15 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf0a405..8de1e84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,14 @@ jobs: value: $((${{ secrets.MINOR }}+1)) repository: ${{ github.repository }} token: ${{ secrets.REPO_ACCESS_TOKEN }} + - + name: Create tag + uses: rickstaa/action-create-tag@v1 + id: "tag_create" + with: + tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" + tag_exists_error: false + message: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" - name: Login to Docker Hub uses: docker/login-action@v2