Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(goreleaser): pwd variable is not available in gh actions #144

Merged
merged 8 commits into from
Mar 22, 2022

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Mar 22, 2022

Turns out that $PWD in the GoReleaser configuration is sourced from environment variables, and the PWD environment variable is not set in GitHub Actions.

This PR updates our own GoReleaser config and the related documentation in our README.
It also introduces another CI job that performs a GoReleaser dry run, in order to ensure our config is actually working.

Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added the ci label Mar 22, 2022
@nscuro nscuro added this to the v1.3.0 milestone Mar 22, 2022
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro merged commit 052a7a7 into main Mar 22, 2022
@nscuro nscuro deleted the fix-goreleaser branch March 22, 2022 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant