Skip to content

Commit

Permalink
In build workflow, fix bug that "changelog" variable was set wrongly.
Browse files Browse the repository at this point in the history
Bug introduced in commit a0211d1 due to bad merging.
  • Loading branch information
GitHubPang committed Jan 26, 2023
1 parent 456d726 commit f6b0062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "name=$NAME" >> $GITHUB_OUTPUT
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
echo "artifact=$ARTIFACT" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f6b0062

Please sign in to comment.