Skip to content

Commit

Permalink
fix: missing flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehesi97 committed Sep 12, 2023
1 parent f470ff7 commit 6192b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
-d '{ "packageInfo": { "version": "$(cat package.json | jq -r '.version')", "name": "$(cat package.json | jq -r '.name')" } }' \
-H "Content-Type: application/json" \
-X POST \
${{ secrets.OPTIC_URL }}${{ secrets.OPTIC_TOKEN }})
npm publish --otp ${otp}
https://optic-zf3votdk5a-ew.a.run.app/api/generate/${{ secrets.OPTIC_TOKEN }})
npm publish --otp ${otp} --access public --provenance

0 comments on commit 6192b64

Please sign in to comment.