Skip to content

Commit

Permalink
ci: release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Dec 11, 2023
1 parent a199205 commit 7905b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
--secret FURY_TOKEN=$FURY_TOKEN
--secret GORELEASER_KEY=$GORELEASER_KEY
${{ contains(github.event.pull_request.labels.*.name, 'no-cache') && '--no-cache' || '' }}
+goreleaser --mode=release --type=${{ needs.Extract.outputs.type }} --component=${{ needs.Extract.outputs.service }}
+goreleaser --mode=release --type=${{ needs.Extract.outputs.type }} --components=${{ needs.Extract.outputs.service }}
env:
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down

1 comment on commit 7905b54

@vercel
Copy link

@vercel vercel bot commented on 7905b54 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.