Skip to content

Commit

Permalink
fix(ci): in one job
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Oct 23, 2023
1 parent 6660ee7 commit 34e6f25
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ jobs:
with:
command: manifest
default-branch: release

tag-release:
needs: release-please
if: needs.release.outputs.release_created
runs-on: ubuntu-latest
steps:
# - name: Print tag if it was a release
# run: |
# echo ${{ needs.release.outputs.tag_name }}
- uses: actions/checkout@v2
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 34e6f25

Please sign in to comment.