Skip to content

Commit db86d43

Browse files
authored
Update release-to-env.yaml
1 parent c0db107 commit db86d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Release
1212
uses: softprops/action-gh-release@v1
1313
with:
14-
tag_name: v11
14+
tag_name: ${{ github.event.client_payload.tag }}
1515
prerelease: ${{ github.event.client_payload.prerelease }}
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)