Skip to content

Commit f3ce8ac

Browse files
committed
[CI/CD] github token
1 parent 315565b commit f3ce8ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: |
4040
yarn workspaces foreach --all version patch
4141
git push --follow-tags
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244

4345
- name: Publish to npm (only on main branch)
4446
if: github.ref == 'refs/heads/main'

packages/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spreadsheet-orm/test",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "Test suite for spreadsheet-orm",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)