Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
feature: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-guy committed Oct 30, 2020
1 parent 3f4730f commit be0491c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
BUILD_TIME=${{ steps.vars.outputs.build_time }}
VCS_REF=${{ steps.vars.outputs.sha_short }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push
run: docker push trendyoltech/certificator:${{ steps.vars.outputs.latest_tag }}

0 comments on commit be0491c

Please sign in to comment.