Skip to content

Commit

Permalink
v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 2, 2024
1 parent 4ad2eee commit 7deda7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Publish

# on:
# push:
# tags:
# # - 'publish'
# - 'v[0-9]+.[0-9]+.[0-9]+'

on:
push:
branches:
- master
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

# on:
# push:
# branches:
# - master
# - main

jobs:

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": "unit.gl",
"description": "Layout Engine.",
"version": "0.0.20",
"version": "0.0.21",
"config": {
"version_short": "0.0"
},
Expand Down

0 comments on commit 7deda7d

Please sign in to comment.