Skip to content

Commit

Permalink
Update auto_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liudonghua123 authored Oct 23, 2023
1 parent 1423d21 commit 265446a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
core.info(`\u001b[35mtag_updated: ${tag_updated}, latest_upstream_tag_name: ${latest_upstream_tag_name}, current_tag_name: ${current_tag_name}`);
// Exporting variables
// see also
core.exportVariable('tag_updated', tag_updated);
core.exportVariable('tag_updated', `${tag_updated}`);
core.exportVariable('latest_upstream_tag_name', latest_upstream_tag_name);
core.exportVariable('current_tag_name', current_tag_name);
// invoke build action if tag_updated
Expand Down

0 comments on commit 265446a

Please sign in to comment.