Skip to content

Commit

Permalink
adding publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoxolotl committed Sep 6, 2024
1 parent da2ebfc commit bcea63d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run publish
release-name: 'Latest rolling build'
tag-name: 'v0.1-alpha'
asset-name: 'simply-code-1.0.0-arm64.dmg'
file: 'out/make/simply-code-1.0.0-arm64.dmg'

# build:
# strategy:
Expand Down

0 comments on commit bcea63d

Please sign in to comment.