Skip to content

Commit

Permalink
fix: lerna publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bassemsab committed Jan 29, 2024
1 parent 63c5969 commit 10a49f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:

jobs:
build:
name: Publish to NPM
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Check out code into the Go module directory
uses: actions/checkout@v2
# with:
# # pulls all commits (needed for lerna / semantic release to correctly version)
Expand Down

0 comments on commit 10a49f0

Please sign in to comment.