We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727d04f commit 5fbd1faCopy full SHA for 5fbd1fa
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
with:
53
tag_name: v${{ needs.Version.outputs.current_version }}
54
- release_name: Release v${{ needs.Version.outputs.current_version }}
+ release_name: v${{ needs.Version.outputs.current_version }}
55
body: "Install: https://www.npmjs.com/package/oflow-interface"
56
draft: false
57
prerelease: false
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oflow-interface",
3
- "version": "0.8.22",
+ "version": "0.8.23",
4
"description": "",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments