Skip to content

Commit

Permalink
Fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar committed May 1, 2021
1 parent 50fdc0a commit 1a35606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Discovery Release
uses: goreleaser/goreleaser-action@v2.5.0
with:
workdir: .
workdir: ./cmd/discovery
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Traceability Release
uses: goreleaser/goreleaser-action@v2.5.0
with:
workdir: .
workdir: ./cmd/traceability
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1a35606

Please sign in to comment.