From c034858ea72e8a0d977838668239f1434aacdd05 Mon Sep 17 00:00:00 2001 From: cuongph87 <152460338+cuongph87@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:58:11 +0700 Subject: [PATCH] Create create-tag.yml #major renamed classes --- .github/workflows/create-tag.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/create-tag.yml 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