Skip to content

Commit a5c36aa

Browse files
committed
execute nu from workspace dir
1 parent d8a6c74 commit a5c36aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bump-n-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- name: Get changed packages
8787
id: set-pkgs
8888
shell: nu {0}
89+
working-directory: ${{ github.workspace }}
8990
run: |-
9091
source .github/workflows/bump-n-release.nu
9192
let pkgs = get-changed-pkgs.nu
@@ -119,6 +120,7 @@ jobs:
119120
GITHUB_REPO: ${{ github.repository }}
120121
GIT_CLIFF_CONFIG: .config/cliff.toml
121122
shell: nu {0}
123+
working-directory: ${{ github.workspace }}
122124
run: |-
123125
source .github/workflows/bump-n-release.nu
124126
gen-changes $env.PKG --unreleased

0 commit comments

Comments
 (0)