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

[Bug]: Wrong download link for Pro version #1130

Open
2 tasks done
rixocz opened this issue Mar 14, 2025 · 0 comments
Open
2 tasks done

[Bug]: Wrong download link for Pro version #1130

rixocz opened this issue Mar 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rixocz
Copy link

rixocz commented Mar 14, 2025

What happened?

From version 2.7.0 gorelaser and goreleaser-pro is under one release.

For latest verison is generated download link
https://github.com/goreleaser/goreleaser-pro/releases/download/v2.8.1-pro/goreleaser-pro_Linux_x86_64.tar.gz
but should be
https://github.com/goreleaser/goreleaser-pro/releases/download/v2.8.1/goreleaser-pro_Linux_x86_64.tar.gz

version dir is without -pro

How can we reproduce this?

- task: goreleaser@0
  inputs:
    version: 'latest'
    distribution: 'goreleaser-pro'
    args: ''
    workdir: '$(Build.SourcesDirectory)/$(TOOL_DIR)'
  env:
    GORELEASER_KEY: $(goreleaser-key)

goreleaser-azure-devops-extension version

0.2.0

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

@rixocz rixocz added the bug Something isn't working label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants