Skip to content

Commit

Permalink
remove publish on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-vm committed Jul 12, 2024
1 parent de04ad8 commit f320932
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ jobs:
- name: Build and deploy on Linux
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_FOR_PULL_REQUEST: true
run: npm run build:linux -- --publish=onTagOrDraft
5 changes: 3 additions & 2 deletions .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
- main

permissions:
contents: write
actions: write
contents: write
packages: write

jobs:
deploy-on-mac:
Expand Down Expand Up @@ -47,7 +49,6 @@ jobs:
- name: Build and deploy on Mac
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_FOR_PULL_REQUEST: true
# APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
# APPLE_ID: ${{ secrets.APPLE_ID }}
# APPLE_ID_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
- main

permissions:
contents: write
actions: write
contents: write
packages: write

jobs:
deploy-on-windows:
Expand Down Expand Up @@ -42,5 +44,4 @@ jobs:
- name: Build and deploy on Windows
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_FOR_PULL_REQUEST: true
run: npm run build:win -- --publish=onTagOrDraft

0 comments on commit f320932

Please sign in to comment.