diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-28 22:25:28 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-28 22:25:28 +0300 |
| commit | b08c553749f6619815c171175dd6bcf8ee6ab035 (patch) | |
| tree | 50fe55703f05a0ae7e9ee1d3503baa444ae27bf4 /.github | |
| parent | 1c1f54466a00c9cd25b94bc592972e990e18265d (diff) | |
Refactor for only the Node runtime.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index ad5781d..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Publish -on: - push: - branches: - - main - -jobs: - publish: - runs-on: ubuntu-latest - - permissions: - contents: read - id-token: write - - steps: - - uses: actions/checkout@v4 - - - name: Publish package - run: npx jsr publish |
