mirror of
https://github.com/breezy-weather/breezy-weather.git
synced 2025-12-07 13:50:05 +00:00
chore(deps): update softprops/action-gh-release action to v2.5.0
This commit is contained in:
parent
cbee547eb3
commit
7434f88810
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -147,7 +147,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'breezy-weather/breezy-weather'
|
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'breezy-weather/breezy-weather'
|
||||||
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
|
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.VERSION_TAG }}
|
tag_name: ${{ env.VERSION_TAG }}
|
||||||
name: Breezy Weather ${{ env.VERSION_TAG }}
|
name: Breezy Weather ${{ env.VERSION_TAG }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue