Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
WIP: fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
imyourmanzi committed May 1, 2023
1 parent 1631408 commit 948748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
node-version: 18
cache: 'npm'
- id: package
run: echo "contents=$(cat package.json)" >> "$GITHUB_OUTPUT"
run: echo "contents=$(cat package.json | tr -d '\n')" >> "$GITHUB_OUTPUT"
- run: npx -y 'nx@{{ fromJSON(steps.package.outputs.contents)['devDependencies']['@nrwl/cli'] }}' build:docker server
- run: docker tag docker tag spm-server:latest us-central1-docker.pkg.dev/imyourmanzi-spotifyplaylistmgr/server-images/server:latest

0 comments on commit 948748a

Please sign in to comment.