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

Construct the repo/tag url using the server_url property #5

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

hallipr
Copy link
Collaborator

@hallipr hallipr commented Jun 5, 2024

The expression ${{ github.repository }} was only returning openai/openai-dotnet , so we need to prepend it with https://github.com/. We can get that from ${{ github.server_url }}. We don't statically set it so forks can use the workflow when releasing from their repo.

@weshaggard weshaggard merged commit c80c908 into main Jun 5, 2024
1 check passed
@weshaggard weshaggard deleted the users/hallipr/release-url branch June 5, 2024 22:39
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

Successfully merging this pull request may close these issues.

None yet

2 participants