Skip to content

Commit

Permalink
Workflows: Remove shell
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Dec 10, 2023
1 parent 38cc1f3 commit dac1d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dac1d8d

Please sign in to comment.