Skip to content

Commit

Permalink
revert: fix(release-to-candidate): avoid subtle bug where we change d…
Browse files Browse the repository at this point in the history
…irectory even when project_root is empty

This reverts commit 60e2236.
  • Loading branch information
jnsgruk committed Apr 23, 2024
1 parent 60e2236 commit 374b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-to-candidate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
manifest="${PWD}/manifest-${arch}.yaml"
cd "${project_root:-$PWD}" && git init || exit
cd "$project_root" && git init || exit
if ! snapcraft remote-build --launchpad-accept-public-upload; then
cat "${name}_${arch}.txt"
Expand Down

0 comments on commit 374b77b

Please sign in to comment.