Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
biosafetylvl5 committed Aug 15, 2024
1 parent 76389cc commit c9b6316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-brassy-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo " | # # # https://github.com/NRLMMD-GEOIPS." \
>> RELEASE_NOTE_HEADER
output_file = v$(echo "${{ steps.extract_version.outputs.version }}" | tr . _).rst
export output_file = v$(echo "${{ steps.extract_version.outputs.version }}" | tr . _).rst
echo $output_file
brassy ./docs/source/releases/latest \
Expand Down

0 comments on commit c9b6316

Please sign in to comment.