Skip to content

Commit

Permalink
Updated Dev Workflow to create pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandostar committed Feb 24, 2024
1 parent 245e797 commit 87e0477
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ jobs:
with:
name: ttslua-dev-${{ steps.vars.outputs.sha_short }}
path: '*.vsix'
- name: Update Pre-Release
uses: softprops/action-gh-release@v1
with:
prerelease: true
files: '*.vsix'
tag_name: dev
name: 'Development Build'
body: 'This is a development build. It may contain bugs and incomplete features. Use at your own risk.'
generate_release_notes: true

0 comments on commit 87e0477

Please sign in to comment.