Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
  • Loading branch information
zosorock committed Dec 2, 2024
1 parent 2349f3e commit 5fa7866
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -51,6 +53,8 @@ jobs:
macos:
name: macOS
runs-on: macos-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -91,6 +95,8 @@ jobs:
windows:
name: Windows
runs-on: windows-latest
permissions:
contents: write
continue-on-error: true
steps:
- name: Checkout
Expand Down

0 comments on commit 5fa7866

Please sign in to comment.