Compare commits

..

No commits in common. "6525fa774edb261cb02570b7602c29674adecabd" and "f94b8ae59bffe06dffc9b386528b5ba18b1734d0" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -33,7 +33,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Download Task
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'
- uses: wangyoucao577/go-release-action@v1.25

View File

@ -4,13 +4,13 @@ on:
push:
branches:
- master
- docs-refactor
- website
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0