1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-06 01:37:57 +02:00

include past tags when releasing

This commit is contained in:
Casey Lee
2021-03-28 22:11:42 -07:00
parent f58fbc0dff
commit 69018f36d3

View File

@@ -70,6 +70,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with: