Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jerger committed Jul 10, 2020
1 parent 36e0df4 commit 18fa365
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
mkdir -p target/npm-build/dda-masto-embed
cp public/js/main.js target/npm-build/dda-masto-embed/dda-masto-embed.js
cp target/dda-masto-embed.js.sha256 target/npm-build/dda-masto-embed/
cp target/dda-masto-embed.js.sha512 target/npm-build/dda-masto-embed/
cp package.json target/npm-build/dda-masto-embed/
cp README.md target/npm-build/dda-masto-embed/
cp -r doc target/npm-build/dda-masto-embed/
cp LICENSE target/npm-build/dda-masto-embed/
mkdir -p target/npm-build/
cp public/js/main.js target/npm-build/dda-masto-embed.js
cp target/dda-masto-embed.js.sha256 target/npm-build/
cp target/dda-masto-embed.js.sha512 target/npm-build/
cp package.json target/npm-build/
cp README.md target/npm-build/
cp -r doc target/npm-build/
cp LICENSE target/npm-build/
npm publish target/npm-build --access public
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dda-masto-embed",
"author": "meissa GmbH",
"version": "0.1.5",
"version": "0.1.6",
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"license": "Apache-2.0",
Expand Down

0 comments on commit 18fa365

Please sign in to comment.