1
0
Fork 0
mirror of synced 2024-05-19 03:52:47 +12:00

Workflows: Remove shell

This commit is contained in:
loathingKernel 2023-12-10 23:48:03 +02:00
parent 38cc1f34a2
commit dac1d8d043
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
2 changed files with 2 additions and 4 deletions

View file

@ -17,8 +17,7 @@ jobs:
name: Version ${{ github.ref_name }}
runs-on: ubuntu-latest
steps:
- shell: bash
run: "true"
- run: "true"
pypi:
if: "!github.event.release.prerelease"

View file

@ -41,8 +41,7 @@ jobs:
name: Version ${{ needs.version.outputs.tag_abbrev }}.${{ needs.version.outputs.tag_offset }}
runs-on: ubuntu-latest
steps:
- shell: bash
run: "true"
- run: "true"
ubuntu:
needs: version