feature: This is a mega update
Some checks failed
release / release (push) Failing after 3s

This commit is contained in:
Tim Basten
2026-02-06 13:28:51 +08:00
parent b1650a1738
commit 00242568d0

View File

@@ -13,16 +13,16 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: setup go # - name: setup go
uses: https://github.com/actions/setup-go@v4 # uses: https://github.com/actions/setup-go@v4
with: # with:
go-version: '>=1.20.1' # go-version: '>=1.20.1'
- name: Install go-gitea/changelog # - name: Install go-gitea/changelog
run: | # run: |
wget https://dl.gitea.com/changelog-tool/main/changelog-main-linux-amd64 # wget https://dl.gitea.com/changelog-tool/main/changelog-main-linux-amd64
chmod +x changelog-main-linux-amd64 # chmod +x changelog-main-linux-amd64
sudo mv changelog-main-linux-amd64 /usr/local/bin/changelog # sudo mv changelog-main-linux-amd64 /usr/local/bin/changelog
# - name: Generate changelog # - name: Generate changelog
# id: changelog # id: changelog