Revert "Update softprops/action-gh-release action to v2.2.0 (#575)"
This reverts commit 0a0d7c7d5a.
This commit is contained in:
parent
31485e840b
commit
1c53d308a8
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build_preview.yml
vendored
2
.github/workflows/build_preview.yml
vendored
|
|
@ -210,7 +210,7 @@ jobs:
|
|||
echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
|
||||
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
|
||||
with:
|
||||
tag_name: ${{ needs.prepare-build.outputs.TAG_NAME }}
|
||||
name: Komikku Preview ${{ needs.prepare-build.outputs.TAG_NAME }} (${{ needs.prepare-build.outputs.VERSION_TAG }})
|
||||
|
|
|
|||
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
|
|
@ -186,7 +186,7 @@ jobs:
|
|||
echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
|
||||
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
|
||||
with:
|
||||
tag_name: ${{ needs.prepare-build.outputs.VERSION_TAG }}
|
||||
name: Komikku ${{ needs.prepare-build.outputs.VERSION_TAG }}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
| Releases | Preview | CI builds | Discussions |
|
||||
|----------|---------|-----------|-------------|
|
||||
| [](https://github.com/komikku-app/komikku/releases) [](https://github.com/komikku-app/komikku/releases/latest) [](https://github.com/komikku-app/komikku/actions/workflows/build_push.yml) | [](https://github.com/komikku-app/komikku-preview/releases) [](https://github.com/komikku-app/komikku-preview/releases/latest) [](https://github.com/komikku-app/komikku-preview/actions/workflows/build_app.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_check.yml) | [](https://discord.gg/85jB7V5AJR) |
|
||||
| [](https://github.com/komikku-app/komikku/releases) [](https://github.com/komikku-app/komikku/releases/latest) [](https://github.com/komikku-app/komikku/actions/workflows/build_release.yml) | [](https://github.com/komikku-app/komikku-preview/releases) [](https://github.com/komikku-app/komikku-preview/releases/latest) [](https://github.com/komikku-app/komikku-preview/actions/workflows/build_app.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_check.yml) | [](https://discord.gg/85jB7V5AJR) |
|
||||
|
||||
**[Help translate](https://crowdin.com/project/komikku/invite?h=f922abd4193e77309b084a08c74b89872112170)**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue