Browse Source

fix github action package creation

pull/1948/head
Mitch Capper (they, them) 5 months ago committed by GitHub
parent
commit
63cb40beff
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:
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