Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sammbetts committed Nov 14, 2023
1 parent 4bb7c07 commit c67bdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- run: yarn
- run: yarn tsc
- run: yarn build
- run: yarn publish
- run: npm publish

backend-publish:
name: Publish plugin backend
Expand All @@ -104,4 +104,4 @@ jobs:
- run: yarn
- run: yarn tsc
- run: yarn build
- run: yarn publish
- run: npm publish

0 comments on commit c67bdd3

Please sign in to comment.