Skip to content

Commit

Permalink
test/deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
choewy committed Mar 18, 2024
1 parent 8f8407d commit d35bede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
diff:
runs-on: ubuntu-22.04
outputs:
version: ${{ steps.version.outputs }}
version: ${{ steps.version.outputs.current }}
steps:
- uses: actions/checkout@v4
with:
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": "@choewy/nestjs-redis",
"version": "0.0.1",
"version": "0.0.2",
"description": "NestJS Redis",
"main": "dist/libs/index.js",
"license": "MIT",
Expand Down

0 comments on commit d35bede

Please sign in to comment.