Skip to content

Commit

Permalink
Merge pull request #25 from SaebaRyoo/dev/ryo
Browse files Browse the repository at this point in the history
Dev/ryo
  • Loading branch information
SaebaRyoo committed Dec 20, 2022
2 parents d9e8188 + d9a79ac commit a147f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# 创建Release
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
with:
files: ./lib/index.umd.js
name: v${{steps.version.outputs.prop}}
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": "@lxnxbnq/utils",
"version": "0.0.2-beta.12",
"version": "0.0.2-beta.13",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"jsnext:main": "lib/index.esm.js",
Expand Down

0 comments on commit a147f25

Please sign in to comment.