Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Dec 29, 2022
1 parent 70419bc commit d140699
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 @@ -65,7 +65,7 @@ jobs:
id: create_pre_release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
name: v${{env.NUDGE_VERSION}}
name: Nudge ${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
draft: false
prerelease: true
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 @@ -57,7 +57,7 @@ jobs:
id: create_pre_release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
name: v${{env.NUDGE_VERSION}}
name: Nudge ${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
draft: false
prerelease: true
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 @@ -65,7 +65,7 @@ jobs:
id: create_release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
name: v${{env.NUDGE_VERSION}}
name: Nudge ${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
draft: false
prerelease: false
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 @@ -57,7 +57,7 @@ jobs:
id: create_release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
name: v${{env.NUDGE_VERSION}}
name: Nudge ${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
draft: false
prerelease: false
Expand Down

0 comments on commit d140699

Please sign in to comment.