Skip to content

Commit

Permalink
modified: .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
	modified:   package-lock.json
	modified:   package.json
  • Loading branch information
and-ri committed Mar 28, 2024
1 parent ceb67e2 commit 9385b8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Package to npmjs
on:
release:
types: [published]
types: [published, prereleased]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9385b8f

Please sign in to comment.