Skip to content

Commit

Permalink
Move release-please to app (for CLA reasons), update workflow to publ…
Browse files Browse the repository at this point in the history
…ish on github release event
  • Loading branch information
sqrrrl committed May 11, 2021
1 parent 60b1e25 commit 8196fa1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/release-please.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
@@ -0,0 +1,17 @@
on:
release:
types: [created]
name: release
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: 'https://wombat-dressing-room.appspot.com'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.WOMBAT_DRESSING_ROOM_TOKEN}}

0 comments on commit 8196fa1

Please sign in to comment.