diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml new file mode 100644 index 00000000..50d1d3e2 --- /dev/null +++ b/.github/workflows/create-tag.yml @@ -0,0 +1,16 @@ +name: Create a new tag + +on: + push: + branches: + - master + - main + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: valitydev/action-autotag@v1