diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 5bd342e..e63e3f0 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -9,5 +9,6 @@ jobs: permissions: id-token: write contents: write + environment: npm-release with: create-github-release: true diff --git a/package.json b/package.json index 526dcc2..139f9d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/dynamodb-test", - "version": "0.7.3", + "version": "0.7.4", "description": "Create and destroy DynamoDB and Dynalite tables for use in tape tests", "main": "index.js", "scripts": {