Skip to content

Commit

Permalink
removed reversion to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 21, 2024
1 parent 60fd984 commit d5c7723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Revert version to most recent version tag on upstream update
if: github.event_name == 'repository_dispatch'
run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
# - name: Revert version to most recent version tag on upstream update
# if: github.event_name == 'repository_dispatch'
# run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit d5c7723

Please sign in to comment.