Skip to content

Commit

Permalink
fix: fix deprecated create releae action and version missing for brew…
Browse files Browse the repository at this point in the history
… action
  • Loading branch information
sassman committed Jan 11, 2025
1 parent a4d1d16 commit 377a3ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
with:
formula-name: t-rec
tag-name: v${{ env.RELEASE_VERSION }}
version: ${{ env.RELEASE_VERSION }}

env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

Expand Down Expand Up @@ -85,7 +87,7 @@ jobs:
- name: Create Release
# https://github.com/marketplace/actions/changelog-reader
id: create_release
uses: actions/create-release@v1
uses: comnoco/create-release@v2
env:
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
with:
Expand Down

0 comments on commit 377a3ed

Please sign in to comment.