diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index fc8895a..aaa3d27 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -1,20 +1,21 @@ -name: autotag - -on: - push: - branches: - - "master" - -jobs: - build: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v2 - - - name: Auto Tag - uses: Klemensas/action-autotag@stable - with: - GITHUB_TOKEN: "${{ secrets.GH_PAT }}" - tag_prefix: "v" +# todo: enable in the first release +#name: autotag +# +#on: +# push: +# branches: +# - "master" +# +#jobs: +# build: +# runs-on: ubuntu-latest +# steps: +# - +# name: Checkout +# uses: actions/checkout@v2 +# - +# name: Auto Tag +# uses: Klemensas/action-autotag@stable +# with: +# GITHUB_TOKEN: "${{ secrets.GH_PAT }}" +# tag_prefix: "v"