Skip to content

Commit

Permalink
Maybe now it runs?
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 7, 2024
1 parent 6e365ef commit a861e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "NEURON_NIGHTLY_TAG='-nightly'" >> $GITHUB_ENV

- name: Set env based in input for release
if: github.event_name == 'workflow_dispatch' && startsWith(github.ref, 'refs/release')
if: github.event_name == 'workflow_dispatch'
run:
echo "NRN_NIGHTLY_UPLOAD='false'" >> $GITHUB_ENV
echo "NRN_RELEASE_UPLOAD='${{ github.inputs.upload }}'" >> $GITHUB_ENV
Expand Down

0 comments on commit a861e1b

Please sign in to comment.