Skip to content

Commit

Permalink
move-pipeline-to-actions: remove redundant shell key
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemedmo committed Mar 7, 2023
1 parent 665e6c1 commit 56491c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -24,7 +24,6 @@ jobs:
fetch-depth: 0

- name: Make a tag and create CHANGELOG.md
shell: bash
run: |
previous_tag=$(git -c 'versionsort.suffix=-' \
ls-remote --exit-code --refs --sort='version:refname' --tags origin '*.*.*' \
Expand All @@ -48,7 +47,6 @@ jobs:
name: ${{ inputs.wheel_file }}

- name: Place artifacts
shell: bash
run: |
mkdir dist/
mv $wheel_file dist/$wheel_file
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-and-build.yml
Expand Up @@ -59,7 +59,6 @@ jobs:
- name: Check Package Release
id: pkg-version
shell: bash
run: |
version=$(poetry version -s)
echo $version
Expand Down

0 comments on commit 56491c0

Please sign in to comment.