Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 committed Apr 26, 2024
1 parent e923773 commit 5f0fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
node-version: 20
# cache: npm

- run: npm install
# ref: https://github.com/LinusU/node-appdmg/issues/234#issuecomment-2002410428
- name: Fix appdmg GHA mac runner error 1
if: matrix.os.name == 'macos'
Expand All @@ -37,6 +36,7 @@ jobs:
run: |
python3 -m pip install setuptools --break-system-packages
npm install -g [email protected]
- run: npm install
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GH_BOOKORD_RELEASE_TOKEN }}
Expand Down

0 comments on commit 5f0fa85

Please sign in to comment.