Skip to content

Commit

Permalink
chore: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Jul 15, 2024
1 parent 018c02e commit 0d9d902
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4

- uses: denoland/setup-deno@v1
with:
Expand All @@ -26,7 +25,7 @@ jobs:
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
SPOTIFY_REFRESH_TOKEN: ${{ secrets.SPOTIFY_REFRESH_TOKEN }}

- run: deno publish
- run: npx jsr publish

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0d9d902

Please sign in to comment.