We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a6c74 commit a5c36aaCopy full SHA for a5c36aa
1 file changed
.github/workflows/bump-n-release.yml
@@ -86,6 +86,7 @@ jobs:
86
- name: Get changed packages
87
id: set-pkgs
88
shell: nu {0}
89
+ working-directory: ${{ github.workspace }}
90
run: |-
91
source .github/workflows/bump-n-release.nu
92
let pkgs = get-changed-pkgs.nu
@@ -119,6 +120,7 @@ jobs:
119
120
GITHUB_REPO: ${{ github.repository }}
121
GIT_CLIFF_CONFIG: .config/cliff.toml
122
123
124
125
126
gen-changes $env.PKG --unreleased
0 commit comments