Skip to content

Commit

Permalink
trying releases created
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 17, 2024
1 parent 9359562 commit 53380ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
package-name: map2model
- name: Debug release_created output
run: |
echo "Release created: ${{ steps.release.outputs.release_created }}"
echo "Release created: ${{ steps.release.outputs.releases_created }}"
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_created: ${{ steps.release.outputs.releases_created }}

pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53380ec

Please sign in to comment.