Skip to content

Commit

Permalink
fix: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed May 29, 2024
1 parent 1ef3125 commit 4e21f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
CL_SDK_DOMAIN: commercelayer.co
CL_SDK_CLIENT_ID: ${{secrets.CL_SDK_CLIENT_ID}}
CL_SDK_CLIENT_SECRET: ${{secrets.CL_SDK_CLIENT_SECRET}}
CL_SDK_ACCESS_TOKEN_EXPIRED: ${{secrets.CL_SDK_ACCESS_TOKEN_EXPIRED}}
run: pnpm test
- name: Release
env:
Expand Down

0 comments on commit 4e21f81

Please sign in to comment.