Skip to content

Commit ef1652b

Browse files
committed
[fix] Get tag from github.ref_name
1 parent cae45a7 commit ef1652b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-semver-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
needs: release
7676
uses: ./.github/workflows/sync-to-wp-theme-2018-on-release.yml
7777
with:
78-
tag_name: ${{ github.event.inputs.tag_name }}
78+
tag_name: ${{ github.ref_name }}
7979
secrets:
8080
ELEMENTS_PRIVATE_KEY: ${{ secrets.ELEMENTS }}

0 commit comments

Comments
 (0)