Skip to content

Commit

Permalink
upterm
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jul 10, 2024
1 parent a43e637 commit a31676c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: setup upterm session
uses: lhotari/action-upterm@v1

- name: check for changes in helm-chart directory
id: check_changes
run: |
Expand Down Expand Up @@ -88,11 +91,6 @@ jobs:
if: steps.check_label.outputs.continue == 'true' && steps.check_changes.outputs.continue == 'true'
uses: mikefarah/yq@master



# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

- name: bump chart versions
if: steps.check_label.outputs.continue == 'true' && steps.check_changes.outputs.continue == 'true'
id: bump-version
Expand Down

0 comments on commit a31676c

Please sign in to comment.