Skip to content

Commit

Permalink
fix(ci): Fix automated releases (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandie authored Nov 11, 2023
1 parent fc8d9c2 commit 6a7124c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
release-type: node
package-name: webmention-handler
path: /
# The logic below handles the npm publication:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
Expand All @@ -45,6 +46,7 @@ jobs:
name: Install Dependancies
if: ${{ steps.release.outputs.release_created }}
- run: npm run build
if: ${{ steps.release.outputs.release_created }}
name: Build Release
- run: npm publish --access=public
env:
Expand Down

0 comments on commit 6a7124c

Please sign in to comment.