diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1c76ad..5179f4f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,7 @@ name: Publish Package to npmjs on: release: - types: [published] + types: [published, prereleased] jobs: build: runs-on: ubuntu-latest diff --git a/package-lock.json b/package-lock.json index c593eec..a952782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tea-package-builder", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c4a5fca..938bd2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tea-package-builder", - "version": "0.1.6", + "version": "0.1.7", "description": "Tea Package Builder is a tool that helps create packages for Tea.xyz quickly and conveniently. The program fetches an up-to-date list of packages from tea.xyz, enabling convenient input fields with autocomplete for dependencies.", "main": "main.js", "scripts": {