Remove unused variable from github workflow
This commit removes unused variable from github goreleaser action. Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: I7b0c791779394a4d72b12c1af0320820323b8f1c
This commit is contained in:
parent
0620debbbe
commit
8d1953baf3
2
.github/workflows/release-github.yaml
vendored
2
.github/workflows/release-github.yaml
vendored
@ -52,8 +52,6 @@ jobs:
|
||||
uses: goreleaser/goreleaser-action@v1
|
||||
with:
|
||||
version: latest
|
||||
commit: currentcommit
|
||||
date: builddate
|
||||
args: release --release-notes=release-notes.md --skip-validate --debug
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user