Skip to content

Conversation

@stuffbucket
Copy link
Owner

The workflow was failing because $(pwd) in the "Extract versions" step was creating a triple-nested path (/home/runner/work/homebrew-tap/homebrew-tap/homebrew-tap).

Since the step already sets working-directory to homebrew-tap, we can simply use . (current directory) instead of $(pwd).

The workflow was failing because $(pwd) in the "Extract versions" step
was creating a triple-nested path (/home/runner/work/homebrew-tap/homebrew-tap/homebrew-tap).

Since the step already sets working-directory to homebrew-tap, we can
simply use . (current directory) instead of $(pwd).
@stuffbucket stuffbucket merged commit f8da7ec into main Nov 10, 2025
1 check passed
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.

3 participants