releasing
This commit is contained in:
parent
7450d1d314
commit
e18d06fbe5
2 changed files with 1 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -39,8 +39,6 @@ jobs:
|
|||
npm install
|
||||
npm install -g --save-dev shadow-cljs
|
||||
shadow-cljs compile test
|
||||
echo ${{ github.branch }}
|
||||
echo ${{ github.branch == 'master' }}
|
||||
|
||||
- name: build em
|
||||
run: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "dda-masto-embed",
|
||||
"author": "meissa GmbH",
|
||||
"version": "0.1.4.dev",
|
||||
"version": "0.1.4",
|
||||
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Reference in a new issue