Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXXik committed May 1, 2024
1 parent 234ed79 commit 3510110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish to GPR

on:
tags-ignore:
'*-dev'
push:
tags-ignore:
'*-dev'

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

0 comments on commit 3510110

Please sign in to comment.