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 315565b commit f3ce8acCopy full SHA for f3ce8ac
.github/workflows/node.js.yml
@@ -39,6 +39,8 @@ jobs:
39
run: |
40
yarn workspaces foreach --all version patch
41
git push --follow-tags
42
+ env:
43
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: Publish to npm (only on main branch)
46
if: github.ref == 'refs/heads/main'
packages/test/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@spreadsheet-orm/test",
3
- "version": "0.1.1",
+ "version": "0.1.3",
4
"description": "Test suite for spreadsheet-orm",
5
"scripts": {
6
"test": "jest",
0 commit comments