diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..6cf190c --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +name: Update Version on Release + +on: + release: + types: + - created + +jobs: + update_version: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + command: yarn all:aboard +