Skip to content

Commit debfa58

Browse files
avivkelleraduh95
andauthored
Update post-release.yml
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 642106f commit debfa58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
gh workflow run create-release-post.yml --repo nodejs/nodejs.org -f version=$VERSION
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
28-
VERSION: ${{ inputs.version || github.event.releease.tag_name }}
28+
VERSION: ${{ inputs.version || github.event.release.tag_name }}

0 commit comments

Comments
 (0)