Skip to content

Commit

Permalink
ci: remove draft
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Jul 6, 2024
1 parent 5b74935 commit b2009c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
dry-run: true
dry-run: false
provenance: true

- name: Post publish
Expand All @@ -94,6 +94,6 @@ jobs:
allowUpdates: true
generateReleaseNotes: true
commit: ${{ github.sha }}
draft: true
draft: false
name: v${{ steps.publish.outputs.version }}
tag: v${{ steps.publish.outputs.version }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sigv4-fetch",
"version": "3.1.2",
"version": "3.1.1",
"description": "SignatureV4 fetch implemented with official @aws-sdk v3",
"packageManager": "[email protected]",
"type": "module",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"include": [
"src/**/*.ts",
"_vitest.config.ts",
"vitest.workspace.mts",
"vitest.workspace.ts",
],
}

0 comments on commit b2009c4

Please sign in to comment.