Skip to content

Commit

Permalink
added our sketch files and added the npm workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Lippold <lippold@gmail.com>
  • Loading branch information
aaronlippold committed Aug 24, 2020
1 parent 8fae50c commit ebf0d68
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish to NPM.org

on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Binary file modified src/assets/heimdall-logo.sketch
Binary file not shown.

0 comments on commit ebf0d68

Please sign in to comment.