We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae45a7 commit ef1652bCopy full SHA for ef1652b
.github/workflows/release-on-semver-tag.yml
@@ -75,6 +75,6 @@ jobs:
75
needs: release
76
uses: ./.github/workflows/sync-to-wp-theme-2018-on-release.yml
77
with:
78
- tag_name: ${{ github.event.inputs.tag_name }}
+ tag_name: ${{ github.ref_name }}
79
secrets:
80
ELEMENTS_PRIVATE_KEY: ${{ secrets.ELEMENTS }}
0 commit comments