Skip to content

Commit

Permalink
make ci/cd more verbose on changing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 12, 2024
1 parent 0e2efe6 commit 329c574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-brew-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: write

jobs:
update_tap:
update_smol_k8s_lab:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -36,9 +36,9 @@ jobs:
- name: Update Release Version
run: |
echo -e "\n--------------------------------------------"
echo "replacing latest version\n"
export no_v_local=`echo ${{ steps.localTag.outputs.tag }} | tr -d 'v'`
export no_v_remote=`echo ${{ steps.upstreamRelease.outputs.release }} | tr -d 'v'`
echo "replacing $no_v_local with $no_v_remote"
sed -i "s/$no_v_local/$no_v_remote/g" ./Formula/smol-k8s-lab.rb && cat ./Formula/smol-k8s-lab.rb
echo -e "\n--------------------------------------------"
Expand Down

0 comments on commit 329c574

Please sign in to comment.