From 0f6376541879f800e2cb1f8a5d10c8c425c75558 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sun, 20 Aug 2023 20:14:59 -0700 Subject: [PATCH] publish 0.1.0 --- .gitea/workflows/pubilsh.yaml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pubilsh.yaml b/.gitea/workflows/pubilsh.yaml index efd6a14..15c4c2e 100644 --- a/.gitea/workflows/pubilsh.yaml +++ b/.gitea/workflows/pubilsh.yaml @@ -3,9 +3,9 @@ name: Build and publish on: workflow_dispatch: { } - # push: - # branches: - # - master + push: + branches: + - master jobs: build-and-publish: diff --git a/package.json b/package.json index a58caf2..6ccfe8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@js/types", - "version": "1.0.0", + "version": "0.1.0", "description": "Template project for creating new TypeScript type-definition-only packages", "main": "src/index.d.ts", "types": "src/index.d.ts",