Skip to content

Commit 5cb5b16

Browse files
committed
a fix for publish command in GitHub Actions
1 parent a8c8200 commit 5cb5b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Publish
9797
if: steps.check-version.outputs.tag
98-
run: ghp-import -n -p -f _build/html
98+
run: micromamba run -n codeforecon ghp-import -n -p -f _build/html
9999

100100
- name: Publish the release notes
101101
uses: release-drafter/release-drafter@v6.0.0

0 commit comments

Comments
 (0)