Skip to content

Commit

Permalink
Update buildAndPublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical authored Jul 20, 2024
1 parent 4b389be commit f3d0eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/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: ghcr.io/SwapnilSoni1999/spotify_dl:latest
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: '18'
registry-url: 'https://npm.pkg.github.com'
scope: 'SwapnilSoni1999'
scope: 'swapnilsoni1999'
- name: Install dependencies
run: npm ci
- name: Publish to GitHub Packages
Expand Down

0 comments on commit f3d0eb1

Please sign in to comment.