Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Nov 12, 2023
1 parent 178c90e commit a8b4986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
tests:
name: Unit Tests
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
with:
testMode: playmode
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Update Release Notes
if: github.event.action == 'published'
env:
Expand Down

0 comments on commit a8b4986

Please sign in to comment.