Skip to content

Commit

Permalink
Edit Publish Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Mar 28, 2024
1 parent 7d0549c commit 1120789
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
runs-on: macOS-latest

steps:
- name: Checkout repository
Expand Down Expand Up @@ -67,6 +67,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ github.event.inputs.versionName }}
name: V${{ github.event.inputs.versionName }}
generateReleaseNotes: true
draft: true
prerelease: false

0 comments on commit 1120789

Please sign in to comment.