Skip to content

Commit

Permalink
chore(actions): restore softprops/action-gh-release to 2.1.0
Browse files Browse the repository at this point in the history
softprops/action-gh-release v2.2.0 has a known issue:
softprops/action-gh-release#556
  • Loading branch information
suzuki-shunsuke authored and JanDeDobbeleer committed Dec 15, 2024
1 parent 1ca96a1 commit 8a2db6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8a2db6e

Please sign in to comment.