Skip to content

Commit

Permalink
checkout before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-c committed Jun 10, 2022
1 parent 29fc2f2 commit 28f3644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

name: npm-publish

on:
push:
branches:
- master
on: workflow_dispatch

jobs:
build:
Expand All @@ -32,6 +29,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Create Release and Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 28f3644

Please sign in to comment.