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 bbd61bc commit 02aec38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-msix-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{ vars.REL_VERSION }}',
ref: 'refs/tags/${{ vars.REL_VERSION }}${{ matrix.platform }}',
sha: context.sha
})
if: ${{ vars.REL_VERSION }} != ''
Expand All @@ -100,6 +100,6 @@ jobs:
if: ${{ vars.REL_VERSION }} != ''
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ vars.REL_VERSION }}
tag: ${{ vars.REL_VERSION }}${{ matrix.platform }}
draft: false

0 comments on commit 02aec38

Please sign in to comment.