Skip to content

Commit

Permalink
fix duplicated GHA id
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed May 26, 2022
1 parent bbaef0f commit 5f9f764
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "NUDGE_MAIN_VERSION=$(/bin/cat ./build_info_main.txt)" >> $GITHUB_ENV
- name: get environment variable changelog # trick to get this to work for sed command
id: get_env_var
id: get_env_var_changelog
run: |
echo "NUDGE_CHANGELOG=$(/bin/cat ./CHANGELOG.md | awk "/v$NUDGE_MAIN_VERSION/,EOF")" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "NUDGE_MAIN_VERSION=$(/bin/cat ./build_info_main.txt)" >> $GITHUB_ENV
- name: get environment variable changelog # trick to get this to work for sed command
id: get_env_var
id: get_env_var_changelog
run: |
echo "NUDGE_CHANGELOG=$(/bin/cat ./CHANGELOG.md | awk "/v$NUDGE_MAIN_VERSION/,EOF")" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "NUDGE_MAIN_VERSION=$(/bin/cat ./build_info_main.txt)" >> $GITHUB_ENV
- name: get environment variable changelog # trick to get this to work for sed command
id: get_env_var
id: get_env_var_changelog
run: |
echo "NUDGE_CHANGELOG=$(/bin/cat ./CHANGELOG.md | awk "/v$NUDGE_MAIN_VERSION/,EOF")" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "NUDGE_MAIN_VERSION=$(/bin/cat ./build_info_main.txt)" >> $GITHUB_ENV
- name: get environment variable changelog # trick to get this to work for sed command
id: get_env_var
id: get_env_var_changelog
run: |
echo "NUDGE_CHANGELOG=$(/bin/cat ./CHANGELOG.md | awk "/v$NUDGE_MAIN_VERSION/,EOF")" >> $GITHUB_ENV
Expand Down

0 comments on commit 5f9f764

Please sign in to comment.