diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml new file mode 100644 index 0000000..5c5b092 --- /dev/null +++ b/.github/workflows/tag.yml @@ -0,0 +1,14 @@ +name: Tag + +on: + push: + tags: + - "*" + +jobs: + tag: + name: Tag + runs-on: ubuntu-latest + steps: + - name: check out the repo + uses: actions/checkout@v3