Skip to content

Commit

Permalink
Update build-msix-pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Aug 11, 2023
1 parent cf3654e commit bbd61bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-msix-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
if: ${{ vars.REL_VERSION }} != ''

- name: Make Release
uses: softprops/action-gh-release@v1
with:
files: "*.msix"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ncipollo/release-action@v1
if: ${{ vars.REL_VERSION }} != ''
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ vars.REL_VERSION }}
draft: false

0 comments on commit bbd61bc

Please sign in to comment.