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