Skip to content

Commit

Permalink
Make it workflow compatible again
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Feb 2, 2025
1 parent 80b8115 commit 02c2327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: release
on:
workflow_dispatch:
release:
types: [created]

Expand All @@ -21,6 +22,8 @@ jobs:
id: create-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
latest: true

build:
needs: init
Expand Down

0 comments on commit 02c2327

Please sign in to comment.