diff --git a/.gitea/workflows/moulinette.yml b/.gitea/workflows/moulinette.yml index 76ca71d..4bff8d1 100644 --- a/.gitea/workflows/moulinette.yml +++ b/.gitea/workflows/moulinette.yml @@ -14,6 +14,8 @@ jobs: with: tagRegex: "test-(.+)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined. tagRegexGroup: 1 # Optional. Default is 1. + failOnNoTag: true # Optional. Default is false. + - name: Show tag name run: echo ${{ steps.tagName.outputs.tag }} - name: Checkout code uses: actions/checkout@v3