Skip to content

Commit

Permalink
ci: use npx to run semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Sep 7, 2022
1 parent f7c889f commit 491e4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2

- run: semantic-release
- run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.CR_PAT }}

Expand Down

0 comments on commit 491e4ce

Please sign in to comment.