Skip to content

Commit 7987de2

Browse files
committed
1 parent 072f63c commit 7987de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishMarketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "Publish a new package version from GitHub release"
1515
runs-on: ubuntu-latest
1616
env:
17-
TAG: ${{ github.event_name == 'release' && github.ref_name || github.event.inputs.package }}
17+
TAG: ${{ github.event_name == 'release' && github.event.release.tag_name || github.event.inputs.package }}
1818

1919
steps:
2020
- name: Check release tag

0 commit comments

Comments
 (0)