We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3c592 commit d536a65Copy full SHA for d536a65
.github/workflows/main.yml
@@ -35,10 +35,12 @@ jobs:
35
steps:
36
- name: checkout
37
uses: actions/checkout@v2
38
+ with:
39
+ fetch-depth: 0 # https://github.com/goreleaser/goreleaser-action/issues/56
40
41
- name: goreleaser
42
run: |
43
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
44
make release
45
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments