Skip to content

Commit 0f19fec

Browse files
committed
Try not-deprecated way of writing to a file
1 parent 126a0b5 commit 0f19fec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
sleep 120
114114
pip install vws-cli==${{ env.NEXT_VERSION }}
115115
poet --formula vws-cli > ${{ env.FILENAME }}
116-
echo '::set-output name=HOMEBREW_RECIPE_FILE::${{ env.FILENAME }}'
116+
echo "HOMEBREW_RECIPE_FILE=${{ env.FILENAME }}" >> $GITHUB_OUTPUT
117117
118118
- name: "Update Homebrew description"
119119
uses: jacobtomlinson/gha-find-replace@v3

0 commit comments

Comments
 (0)