releasing

This commit is contained in:
jem 2020-07-09 17:16:43 +02:00
parent 7450d1d314
commit e18d06fbe5
2 changed files with 1 additions and 3 deletions

View file

@ -39,8 +39,6 @@ jobs:
npm install npm install
npm install -g --save-dev shadow-cljs npm install -g --save-dev shadow-cljs
shadow-cljs compile test shadow-cljs compile test
echo ${{ github.branch }}
echo ${{ github.branch == 'master' }}
- name: build em - name: build em
run: | run: |

View file

@ -1,7 +1,7 @@
{ {
"name": "dda-masto-embed", "name": "dda-masto-embed",
"author": "meissa GmbH", "author": "meissa GmbH",
"version": "0.1.4.dev", "version": "0.1.4",
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"license": "Apache-2.0", "license": "Apache-2.0",