Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliav2 committed Apr 27, 2024
1 parent 9e06813 commit fdd521a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "${{ needs.build-and-push.outputs.version }}" \
gh release create "${{ needs.get_version.outputs.version }}" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${{ needs.build-and-push.outputs.version }}" \
--title="${GITHUB_REPOSITORY#*/} ${{ needs.get_version.outputs.version }}" \
--generate-notes
2 changes: 1 addition & 1 deletion packages/express-typed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-typed",
"version": "0.1.1-alpha.3",
"version": "0.1.1-alpha.4",
"description": "",
"type": "module",
"main": "dist/express-typed.js",
Expand Down

0 comments on commit fdd521a

Please sign in to comment.