mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-24 18:44:04 -08:00
chore(actions): restore softprops/action-gh-release to 2.1.0
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
softprops/action-gh-release v2.2.0 has a known issue: https://github.com/softprops/action-gh-release/issues/556
This commit is contained in:
parent
1ca96a12fa
commit
8a2db6e20f
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -7,6 +7,10 @@ updates:
|
|||
target-branch: "main"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: "softprops/action-gh-release"
|
||||
# https://github.com/softprops/action-gh-release/issues/556
|
||||
versions: ["2.2.0"]
|
||||
|
||||
# Maintain dependencies for Go modules
|
||||
- package-ecosystem: "gomod"
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
az storage blob upload-batch --destination v${{ needs.changelog.outputs.version }} --source .
|
||||
az storage blob upload-batch --destination latest --overwrite true --source .
|
||||
- name: Release 🎓
|
||||
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
|
||||
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974
|
||||
with:
|
||||
tag_name: ${{ needs.changelog.outputs.tag }}
|
||||
body: ${{ needs.changelog.outputs.body }}
|
||||
|
|
Loading…
Reference in a new issue