Skip to content

Commit

Permalink
refactor: remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
aldorea committed Oct 24, 2023
1 parent 9a90f15 commit fce92db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
IFS='/' read -ra repo_parts <<< "$repo_full_name"
echo "REPO_NAME=${repo_parts[1]}" >> $GITHUB_ENV
-
name: Echo repository name
run: echo ${{env.REPO_NAME}}
-
name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@commitlint/config-conventional": "^17.6.6",
"@nestjs/cli": "^10.2.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nestjs/testing": "^10.2.7",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.6",
"@types/node": "^20.3.1",
Expand Down

0 comments on commit fce92db

Please sign in to comment.