From 35101101597f6cf81a12cd4a74f65c0f329c7b70 Mon Sep 17 00:00:00 2001 From: LeXXik Date: Wed, 1 May 2024 12:59:16 +0300 Subject: [PATCH] fix yml --- .github/workflows/publish.yml | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 084592a..fd4aa58 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,9 @@ name: Publish to GPR on: - tags-ignore: - '*-dev' + push: + tags-ignore: + '*-dev' jobs: publish-gpr: diff --git a/package.json b/package.json index d995b47..1c97a92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gamebop/physics", "description": "Physics components for PlayCanvas engine", - "version": "0.2.0", + "version": "0.2.0-dev", "main": "index.mjs", "author": "Gamebop", "license": "MIT",