Skip to content

Commit

Permalink
Set GITHUB_OUTPUT instead of GITHUB_ENV in bump-version script (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt authored Jun 17, 2024
1 parent df17bd7 commit 60fe090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ if (!semver.valid(newVersion)) {
}

fs.appendFileSync(
process.env.GITHUB_ENV,
process.env.GITHUB_OUTPUT,
`new_version=${newVersion}${os.EOL}`
);

0 comments on commit 60fe090

Please sign in to comment.