Skip to content

Commit

Permalink
merge(#375): used make target to release with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya authored Aug 10, 2022
2 parents 9b8da69 + 9193a9a commit 8c5456b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,13 @@ jobs:
- name: Install RPM
run: sudo apt install rpm --yes

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: 1.10.3
args: release --rm-dist
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_DEFAULT_REGION: us-east-1
run: make release

cdn-invalidate:
name: Invalidate cloudfront edge cache
Expand Down

0 comments on commit 8c5456b

Please sign in to comment.