mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-29 21:29:42 +00:00
chore: update yarn to 3.5.1 (#412)
* chore: update yarn to 3.5.1 * chore: add plugin-interactive-tools yarn pkg * chore: update dev dependencies * chore: eslint fixes * chore: update generated content --------- Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ describe('getRelease', () => {
|
||||
});
|
||||
|
||||
it('unknown GoReleaser release', async () => {
|
||||
await expect(github.getRelease('goreleaser', 'foo')).rejects.toThrowError(
|
||||
await expect(github.getRelease('goreleaser', 'foo')).rejects.toThrow(
|
||||
new Error('Cannot find GoReleaser release foo in https://goreleaser.com/static/releases.json')
|
||||
);
|
||||
});
|
||||
@@ -45,7 +45,7 @@ describe('getRelease', () => {
|
||||
});
|
||||
|
||||
it('unknown GoReleaser Pro release', async () => {
|
||||
await expect(github.getRelease('goreleaser-pro', 'foo')).rejects.toThrowError(
|
||||
await expect(github.getRelease('goreleaser-pro', 'foo')).rejects.toThrow(
|
||||
new Error('Cannot find GoReleaser release foo-pro in https://goreleaser.com/static/releases-pro.json')
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user