Skip to content

Commit

Permalink
Update create-pr-on-tags.yaml to remove k prefix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds authored Nov 27, 2023
1 parent b360166 commit 77a462b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-pr-on-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set GH_REF
# Change back to git tag once we no longer need the k versions
run: echo "GH_REF=`echo $(git fetch -t -q && git tag -l "k*" | sort --version-sort | tail -n1)`" >> $GITHUB_ENV
run: echo "GH_REF=`echo $(git fetch -t -q | sort --version-sort | tail -n1)`" >> $GITHUB_ENV
- run: bash ./docker/create-pr.sh
env:
GH_TOKEN: ${{ secrets.PR_GITHUB_TOKEN }}
Expand Down

0 comments on commit 77a462b

Please sign in to comment.