Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwolf committed Sep 14, 2024
1 parent d481e6e commit c211a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: macos-latest
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

steps:
- name: Checkout code
Expand All @@ -27,5 +29,3 @@ jobs:
- name: Package the app
run: |
npx electron-builder --mac --publish=always
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit c211a8f

Please sign in to comment.