Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis authored Jul 17, 2023
1 parent a6c9366 commit 75f257d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ jobs:
tag_name: ${{ github.event.inputs.version }}
release_name: ${{ github.event.inputs.version }}
body: |
(${{ github.event.inputs.version }} Release Notes)[https://github.com/mspnp/AzureNamingTool/wiki/${{ github.event.inputs.version }}]
https://github.com/mspnp/AzureNamingTool/wiki/${{ github.event.inputs.version }}
draft: false
prerelease: false
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./src
asset_name: ${{ github.event.inputs.version }}
asset_content_type: application/octet-stream

0 comments on commit 75f257d

Please sign in to comment.