Browse Source

fix github action package creation (#1948)

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

2
.github/workflows/main.yml

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

Loading…
Cancel
Save