Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nusr committed Dec 21, 2024
1 parent ffacdbd commit 61e0d6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
npm i -g pnpm
pnpm i
npm run test
npm run build
- name: Publish
run: npm publish excel-collab --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [0.0.3-beta.1](https://github.com/nusr/excel/compare/v0.0.3-beta.0...v0.0.3-beta.1) (2024-12-21)

## [0.0.2](https://github.com/nusr/excel/compare/v0.0.1...v0.0.2) (2024-12-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-collab",
"version": "0.0.3-beta.0",
"version": "0.0.3-beta.1",
"description": "Online Collaboration Excel",
"author": "Steve Xu <[email protected]>",
"bugs": "https://github.com/nusr/excel/issues",
Expand Down

0 comments on commit 61e0d6d

Please sign in to comment.