Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Feb 7, 2024
1 parent fd0ed3e commit c727f4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on:
push:
branches:
- fix/release
release:
types: [published]

Expand Down Expand Up @@ -34,5 +37,4 @@ jobs:
- name: Publish
run: |
yarn workspace megalodon npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-3.8.0.cjs
nodeLinker: node-modules

0 comments on commit c727f4d

Please sign in to comment.