We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f42b2 commit 7f1dd53Copy full SHA for 7f1dd53
.github/workflows/next-build.yaml
@@ -150,6 +150,20 @@ jobs:
150
subject-digest: ${{ steps.push-to-ghcr.outputs.digest }}
151
push-to-registry: true
152
153
+ publish-api-package:
154
+ name: Publish api package
155
+ if: always()
156
+ runs-on: ubuntu-24.04
157
+ steps:
158
+ - uses: actions/checkout@v5
159
+ with:
160
+ fetch-depth: 0
161
+
162
+ - uses: pnpm/action-setup@v4
163
+ name: Install pnpm
164
165
+ run_install: false
166
167
- name: Set api package version
168
run: |
169
PACKAGE_VERSION=$(jq -r '.version' packages/api/package.json)
@@ -162,4 +176,4 @@ jobs:
176
- name: publish api package
177
run: pnpm publish
178
env:
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments