Skip to content

Commit

Permalink
Remove duplicate version update
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesbertaglia authored Feb 1, 2021
1 parent 35a7f92 commit 8107dc1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:
poetry version patch &&
version=$(poetry version | awk '{ print $2 }') &&
poetry version $version.dev.$(date +%s)
- name: Detect and tag new version
id: check-version
if: steps.check-parent-commit.outputs.sha
uses: salsify/[email protected]
with:
version-command: |
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
- name: Build package
run: |
Expand Down

0 comments on commit 8107dc1

Please sign in to comment.