Skip to content

Commit

Permalink
fix: fixing release process
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed Apr 27, 2024
1 parent c402f7a commit 805edcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: build
uses: borales/actions-yarn@v4
env:
GH: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
with:
cmd: build:win
- name: Upload Release Artifact
Expand All @@ -60,7 +60,7 @@ jobs:
- name: build
uses: borales/actions-yarn@v4
env:
GH: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
with:
cmd: build:linux
- name: Upload Release Artifact
Expand All @@ -85,7 +85,7 @@ jobs:
with:
cmd: build:mac
env:
GH: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
CSC_LINK: ${{ secrets.MAC_CSC }}
- name: Upload Release Artifact
env:
Expand Down

0 comments on commit 805edcd

Please sign in to comment.