Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Jul 20, 2024
1 parent d74835e commit 609239d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/buildAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: phyzical/spotify-dl
tags: ghcr.io/SwapnilSoni1999/spotify-dl:latest
platforms: linux/amd64,linux/arm64
npm:
runs-on: ubuntu-latest
Expand All @@ -36,7 +36,7 @@ jobs:
with:
node-version: '16'
registry-url: 'https://npm.pkg.github.com'
scope: 'phyzical'
scope: 'SwapnilSoni1999'
- name: Install dependencies
run: npm ci
- name: Publish to GitHub Packages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/phyzical"
"registry": "https://npm.pkg.github.com/SwapnilSoni1999"
},
"devDependencies": {
"eslint": "^8.20.0",
Expand Down

0 comments on commit 609239d

Please sign in to comment.