Skip to content

Commit 23ddbf3

Browse files
committed
1 parent 5bd446a commit 23ddbf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishMarketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: "Publish a new package version from GitHub release"
1010
runs-on: ubuntu-latest
1111
env:
12-
TAG: ${{ github.ref_name }}
12+
TAG: ${{ github.event.release.tag_name }}
1313

1414
steps:
1515
- name: Check release tag

0 commit comments

Comments
 (0)