Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Oct 16, 2024
1 parent 2a538a8 commit 8114905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
name: v${{ needs.update.outputs.version }}
body_path: ${{ github.workspace }}/README.md
repository: dudko-dev/protoobject
token: ${{ secrets.TOKEN_FOR_WORKFLOW }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
name: v${{ env.RELEASE_VERSION }}
body_path: ${{ github.workspace }}/README.md
repository: dudko-dev/protoobject
token: ${{ secrets.TOKEN_FOR_WORKFLOW }}
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": "protoobject",
"version": "1.0.1",
"version": "1.0.2",
"description": "A universal class for creating any JSON objects and simple manipulations with them.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 8114905

Please sign in to comment.