mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 12:36:08 +00:00
fix: revert, rerun later
This commit is contained in:
parent
1903257e46
commit
d6a405469d
14
.github/workflows/publish.yml
vendored
14
.github/workflows/publish.yml
vendored
@ -28,10 +28,12 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Publish
|
- name: Create Release Pull Request
|
||||||
id: publish
|
uses: changesets/action@v1
|
||||||
run: |
|
|
||||||
npm config set //registry.npmjs.org/:_authToken ${NODE_AUTH_TOKEN}
|
|
||||||
npm publish --provenance
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
with:
|
||||||
|
commit: "chore: release packages"
|
||||||
|
publish: npm publish --provenance
|
||||||
|
title: "chore: release packages"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user