Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRafia committed Mar 15, 2024
1 parent ba9869a commit 178c373
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
run: npm install -g yarn ngrok
- name: Forge Package
if: matrix.os == 'macos-latest'
run: yarn make
run: yarn make
with:
github_token: ${{ secrets.github_token }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit 178c373

Please sign in to comment.