diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 2cd761fc2f..120f4eedd3 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -41,6 +41,15 @@ jobs: path: | staging/*.* + - name: Continuous tag + uses: rickstaa/action-create-tag@v1 + if: github.event_name != 'pull_request' + with: + tag: "continuous" + tag_exists_error: false + message: "Continuous build" + force_push_tag: true + - name: Continuous uses: softprops/action-gh-release@v2 if: github.event_name != 'pull_request'