From ee5b8699d4a0baceef6b551327f26f33935ee1ab Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 8 Mar 2024 07:48:51 +1100 Subject: [PATCH] chore: add publish workflow --- .github/workflows/publish.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..995436a --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,16 @@ +name: Publish + +on: + push: + branches: + - main + +jobs: + publish: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + steps: + - uses: actions/checkout@v4 + - run: npx jsr publish