Skip to content

Commit

Permalink
chore(ci): add npm plugin to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgueta committed Sep 18, 2024
1 parent 33ba088 commit 5a424e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
@semantic-release/changelog
@semantic-release/exec
@semantic-release/git
@semantic-release/npm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulgueta/wompi",
"version": "0.0.3",
"version": "1.0.0",
"description": "El SDK de Wompi para Node.js",
"author": "Andrés Rodríguez <roariasaf@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 5a424e4

Please sign in to comment.