Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Publish

permissions:
contents: read
id-token: write
Comment thread
oritwoen marked this conversation as resolved.
Comment thread
oritwoen marked this conversation as resolved.

on:
push:
tags:
- "v*"

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
Outdated
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
with:
node-version: 24
registry-url: https://registry.npmjs.org
package-manager-cache: false
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
- run: pnpm install
- run: pnpm test
- run: pnpm publish
Comment thread
oritwoen marked this conversation as resolved.
Comment thread
oritwoen marked this conversation as resolved.
34 changes: 0 additions & 34 deletions .github/workflows/release.yml

This file was deleted.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gitChecks: false
Comment thread
oritwoen marked this conversation as resolved.
Loading