goreleaser-action icon indicating copy to clipboard operation
goreleaser-action copied to clipboard

GitHub Action for GoReleaser

Results 10 goreleaser-action issues
Sort by recently updated
recently updated
newest added

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 Commits See full diff in...

dependencies
size/S

I mentioned this in a comment on closed issue: https://github.com/goreleaser/goreleaser-action/issues/201#issuecomment-947622575 but opening fresh as I've been unable to work around it, and perhaps the underlying cause is different. https://github.com/OJFord/terraform-provider-wireguard/blob/fea1d2fcd9e1f90a2a6fe9dea220fb0fda35a311/.github/workflows/release.yml#L22-L36 The...

investigate

when using `workdir`, goreleaser creates `dist` folder inside of `workdir`, but upload-artifact action's `path` only matching from git_root dir

size/XS

we shouldn't really do this.. as when using monorepo.tag_prefix it'll set the wrong tag to goreleaser. that said, I'm not really sure about the auto-snapshot thingy too... seems easy enough...

size/XS

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.9 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.1.1 to 2.2.0. Changelog Sourced from @​actions/http-client's changelog. 2.2.0 Add function to return proxy agent dispatcher for compatibility with latest octokit packages #1547 Commits See full diff...

dependencies

fixes #397 Switch to [`yaml` lib](https://www.npmjs.com/package/yaml) to properly parse goreleaser config.

Reproduction of the issue: https://github.com/at-wat/goreleaser-repro-action-anchor/pull/1 When `.goreleaser.yml` contains YAML anchor like, ```yaml &shared: build: &build_base env: - CGO_ENABLED=0 project_name: test builds: -

enhancement

When I run the same command with the goreleaser github action, it places files into the archives in different locations than when I run it locally. Both environments are running...