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 311dceeCopy full SHA for 311dcee
1 file changed
.github/workflows/bump-n-release.yml
@@ -87,6 +87,7 @@ jobs:
87
id: set-pkgs
88
shell: nu {0}
89
run: |-
90
+ cd ${{ github.workspace }}
91
source .github/workflows/bump-n-release.nu
92
let pkgs = get-changed-pkgs.nu
93
"pkgs=($pkgs)\n" | save --append $env.GITHUB_OUTPUT
@@ -120,6 +121,7 @@ jobs:
120
121
GIT_CLIFF_CONFIG: .config/cliff.toml
122
123
124
125
126
gen-changes $env.PKG --unreleased
127
let out = open --raw .config/ReleaseNotes.md
0 commit comments