Skip to content

Commit

Permalink
feature/create tag with diff version
Browse files Browse the repository at this point in the history
  • Loading branch information
choewy committed Mar 18, 2024
1 parent f2fb384 commit 33fa595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "previous=v$previous" >> $GITHUB_OUTPUT
echo "current=v$current" >> $GITHUB_OUTPUT
- if: steps.version.previous != steps.version.current
- if: steps.version.outputs.previous != steps.version.outputs.current
run: |
git tag ${{ steps.version.current }}
git push origin ${{ steps.version.current }}
git tag ${{ steps.version.outputs.current }}
git push origin ${{ steps.version.outputs.current }}
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 33fa595

Please sign in to comment.