You've already forked CS-Box
Compare commits
2 Commits
main-27-82
...
main-29-c9
| Author | SHA1 | Date | |
|---|---|---|---|
| c9402db818 | |||
|
|
9b065f7cce |
@@ -63,7 +63,7 @@ jobs:
|
|||||||
- name: Create and push tag (Gitea PAT)
|
- name: Create and push tag (Gitea PAT)
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
|
RELEASE_PAT: ${{ secrets.CHANGELOG_PAT}}
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
- name: Create release + upload asset
|
- name: Create release + upload asset
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
|
RELEASE_PAT: ${{ secrets.CHANGELOG_PAT}}
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ and this project adheres to [Conventional Commits](https://www.conventionalcommi
|
|||||||
|
|
||||||
- update changelog [skip ci]
|
- update changelog [skip ci]
|
||||||
|
|
||||||
|
- update changelog [skip ci]
|
||||||
|
|
||||||
|
|
||||||
## [v1.9] - 2025-12-26
|
## [v1.9] - 2025-12-26
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user