From b2009c4212f58271073332f7286ae19f6768382f Mon Sep 17 00:00:00 2001 From: zirkelc Date: Sat, 6 Jul 2024 16:18:32 +0200 Subject: [PATCH] ci: remove draft --- .github/workflows/ci.yml | 4 ++-- package.json | 2 +- tsconfig.json | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6f7367..f17057b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 }} diff --git a/package.json b/package.json index 1ad6e28..4de2225 100644 --- a/package.json +++ b/package.json @@ -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": "pnpm@8.8.0", "type": "module", diff --git a/tsconfig.json b/tsconfig.json index 7d28d19..46e4ac8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ }, "include": [ "src/**/*.ts", - "_vitest.config.ts", - "vitest.workspace.mts", + "vitest.workspace.ts", ], } \ No newline at end of file