We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fea39 commit e164772Copy full SHA for e164772
‎.github/workflows/tag-publish.yml
@@ -73,12 +73,13 @@ jobs:
73
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
74
echo "Semver stable version unclean $SEMVER_VERSION"
75
echo "Semver stable version valid $VALID_SEMVER_VERSION"
76
+
77
- uses: actions/github-script@v6
78
with:
79
script: |
- octokit.rest.repos.updateRelease({
80
+ rest.repos.updateRelease({
81
owner: context.repository.owner,
82
repo: context.repository.name,
83
release_id: context.release.id
84
body: '👋 woo hoo!'
- })
85
+ })
0 commit comments