Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jschumme authored Jul 5, 2021
1 parent 0a269f5 commit 0869ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: true
prerelease: false
- name: Upload Release Asset
id: upload-release-asset
uses: actions/[email protected]
Expand All @@ -38,4 +38,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./vscode-ni-python-dataplugins.vsix
asset_name: vscode-ni-python-dataplugins.vsix
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 0869ae1

Please sign in to comment.