diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml new file mode 100644 index 0000000..473959e --- /dev/null +++ b/.github/workflows/versioning.yml @@ -0,0 +1,14 @@ +name: 'Publish major version' + +on: + release: + types: [published, edited] + +permissions: + deployments: write + +jobs: + actions-tagger: + runs-on: ubuntu-latest + steps: + - uses: Actions-R-Us/actions-tagger@v2 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 419ed4a..52a7935 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ !.dockerignore !.eslintrc.json !.gitignore +!.github node_modules/