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 98b59a7 commit cf3654e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-msix-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ jobs:
name: MSIX Package
path: MyHomeAudio\\Packages\MyHomeAudio_*\*.msix

- name: Create tag
uses: actions/github-script@v5
with:
script: |
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{ vars.REL_VERSION }}',
sha: context.sha
})
if: ${{ vars.REL_VERSION }} != ''

- name: Make Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit cf3654e

Please sign in to comment.