Skip to content

Commit

Permalink
Updated board release workflow for test purposes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Sep 10, 2024
1 parent 3c64136 commit b3ee3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update_board_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def find_file(root_folder, filename):
board_changelog_file.write(board_changelog)
board_changelog_file.close()

write_output_to_file(os.path.join(os.getcwd(), 'sdk_tag.txt'), file_dir.split(os.path.sep)[-1][1:])

write_output_to_file(os.path.join(os.getcwd(), 'sdk_tag.txt'), '0')
write_output_to_file(os.path.join(os.getcwd(), 'sdk_tag.txt'), file_dir.split(os.path.sep)[-2][1:])
else:
write_output_to_file(os.path.join(os.getcwd(), 'sdk_tag.txt'), '0')

0 comments on commit b3ee3c2

Please sign in to comment.