mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-22 06:31:01 -05:00
build(release-please): try to course correct (#35)
"Never trust your past success, only your past failures" - Hammy 2024
This commit is contained in:
parent
5f4a334a09
commit
e40721d345
3 changed files with 14 additions and 3 deletions
4
.github/workflows/release-deploy.yml
vendored
4
.github/workflows/release-deploy.yml
vendored
|
@ -35,9 +35,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: "Release"
|
- name: "Release"
|
||||||
id: "release"
|
id: "release"
|
||||||
uses: "google-github-actions/release-please-action@v3"
|
uses: "googleapis/release-please-action@v4"
|
||||||
with:
|
|
||||||
release-type: "simple"
|
|
||||||
|
|
||||||
- name: Create tarball
|
- name: Create tarball
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
".": "0.4.1"
|
||||||
|
}
|
10
release-please-config.json
Normal file
10
release-please-config.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||||
|
"last-release-sha": "cecfa246aa84e74e91e8bd8eb5add82734a35211",
|
||||||
|
"packages": {
|
||||||
|
".": {
|
||||||
|
"package-name": "",
|
||||||
|
"release-type": "simple"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue