diff --git a/.github/workflows/release-process.yml b/.github/workflows/release-process.yml new file mode 100644 index 0000000..b3037d2 --- /dev/null +++ b/.github/workflows/release-process.yml @@ -0,0 +1,11 @@ +--- +on: + release: + types: [created] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: jq '.' $GITHUB_EVENT_PATH + - run: echo "release created"