Browse Source

fix github action package creation (#1948)

pull/1832/merge
Mitch Capper (they, them) 2 weeks ago committed by GitHub
parent
commit
9a4c48db96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/main.yml

4
.github/workflows/main.yml

@ -128,7 +128,9 @@ jobs: @@ -128,7 +128,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set version
run: nbgv cloud --all-vars

Loading…
Cancel
Save