Skip to content

Commit 7f811d9

Browse files
committed
test: release
1 parent 0fdae42 commit 7f811d9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Build Package
2323
run: npm run package
2424
- name: Publish
25-
if: ${{ github.ref == 'refs/heads/main' }}
2625
run: npm publish --access restricted ./build/package
2726
env:
2827
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@streamyard/typeorm",
33
"private": true,
4-
"version": "0.3.20-1",
4+
"version": "0.3.20-1-beta",
55
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB, Spanner databases.",
66
"license": "MIT",
77
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)