Skip to content

Commit

Permalink
fix publish issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Jul 15, 2024
1 parent 1a38305 commit 51e1b7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: denoland/setup-deno@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundify/web-api",
"version": "1.1.0",
"version": "1.1.3",
"exports": {
".": "./mod.ts",
"./pagination": "./pagination.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundify/web-api",
"version": "1.1.2",
"version": "1.1.3",
"description": "🎧 Spotify Web API client for js/ts runtime environments",
"type": "module",
"main": "dist/mod.cjs",
Expand Down

0 comments on commit 51e1b7d

Please sign in to comment.