Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bassemsab committed Jan 29, 2024
1 parent 10a49f0 commit c6dec62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
ref: main
# with:
# # pulls all commits (needed for lerna / semantic release to correctly version)
# fetch-depth: "0"
Expand Down

0 comments on commit c6dec62

Please sign in to comment.