File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 id : set-pkgs
8888 shell : nu {0}
8989 run : |-
90- source .github/workflows/bump-n-release.nu
91- let pkgs = get-changed-pkgs.nu
90+ cd ${{ github.workspace }}
91+ source ${{ github.workspace }}/.github/workflows/bump-n-release.nu
92+ let pkgs = get-changed-pkgs
9293 "pkgs=($pkgs)\n" | save --append $env.GITHUB_OUTPUT
9394 update-changelog :
9495 if : github.event_name != 'workflow_dispatch'
@@ -120,7 +121,8 @@ jobs:
120121 GIT_CLIFF_CONFIG : .config/cliff.toml
121122 shell : nu {0}
122123 run : |-
123- source .github/workflows/bump-n-release.nu
124+ cd ${{ github.workspace }}
125+ source ${{ github.workspace }}.github/workflows/bump-n-release.nu
124126 gen-changes $env.PKG --unreleased
125127 let out = open --raw .config/ReleaseNotes.md
126128 $"## ($env.PKG)\n\n($out)" | save --append $env.GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments