Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicbirch committed May 10, 2022
1 parent 6cc4d25 commit ba0264e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Release

on:
release:
types: [created]
types: [created, edited]
push:
branches:
- main

jobs:
publish-npm:
publish:
runs-on: ubuntu-latest
environment: Production
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
check-latest: true
node-version: 16
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit ba0264e

Please sign in to comment.