1
0
forked from lunny/changelog

Update .gitea/workflows/release-nightly.yml

This commit is contained in:
techknowlogick 2024-05-26 21:40:53 +00:00
parent c713437290
commit e5f22910df

@ -16,7 +16,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: goreleaser
uses: https://github.com/goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: latest
@ -28,3 +28,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_REGION: ${{ secrets.AWS_REGION }}
S3_BUCKET: ${{ secrets.AWS_BUCKET }}
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}