diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..57b6032 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,13 @@ +name: 'release' +on: # rebuild any PRs and main branch changes + release: + types: [created] +jobs: + package-and-publish: + runs-on: ubuntu-latest + steps: + - name: Checking out! + uses: actions/checkout@v3 + + - name: Publish action package + uses: ./