Skip to content

Commit

Permalink
tries using bash to update homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Apr 22, 2024
1 parent bce4762 commit 1d09dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
- name: set env non-windows
id: set_release_version
run: |
release_version=$(date +'%Y.%m.%d')
echo "NOW=$release_version" >> $GITHUB_ENV
echo "release_version=$release_version" >> $GITHUB_OUTPUT
RELEASE_VERSION=$(date +'%Y.%m.%d')
echo "NOW=$RELEASE_VERSION" >> $GITHUB_ENV
echo "release_version=$RELEASE_VERSION" >> $GITHUB_OUTPUT
if: runner.os != 'Windows'

- name: set env windows
Expand Down

0 comments on commit 1d09dd6

Please sign in to comment.