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

Release creation fails with new GitHub workflow #305

Closed
unguiculus opened this issue Nov 30, 2020 · 1 comment
Closed

Release creation fails with new GitHub workflow #305

unguiculus opened this issue Nov 30, 2020 · 1 comment

Comments

@unguiculus
Copy link
Member

The release workflow creates a tag but the tag doesn't seem to be available locally. Goreleaser tries to release with the previous tag which has to fail.

   • releasing...
   • loading config file       file=.goreleaser.yml
   • loading environment variables
   • getting and validating git state
      • releasing v3.3.0, commit 71d0e1e82c5c8b66ce4d9704426dc13b7075829d
   ⨯ release failed after 0.07s error=git tag v3.3.0 was not made against commit 71d0e1e82c5c8b66ce4d9704426dc13b7075829d

https://github.com/helm/chart-testing/runs/1475897445?check_suite_focus=true

@unguiculus
Copy link
Member Author

I probably wouldn't use a GitHub action to create the tag. This is just as easily done with plain Git commands.

davidkarlsen added a commit to davidkarlsen/chart-testing that referenced this issue Nov 30, 2020
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant