Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Oct 26, 2024
1 parent c2972c3 commit 42e32db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
release:
name: "Release"
runs-on: macos-12
permissions:
contents: write
steps:
- name: "Checkout"
uses: actions/checkout@v1
Expand Down Expand Up @@ -60,7 +62,7 @@ jobs:
path: cask.env

- name: "Create Release"
uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
uses: softprops/action-gh-release@cd8b57e57218a24af14e307ad8491ec133804ef1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 42e32db

Please sign in to comment.