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