Allow to run GoReleaser from a subdirectory (#45)

This commit is contained in:
Boaz Yaniv
2019-12-02 18:54:32 +09:00
committed by CrazyMax
parent 6ec955d9f0
commit 16077aaddc
4 changed files with 20 additions and 5 deletions
+3
View File
@@ -14,6 +14,9 @@ inputs:
description: 'Arguments to pass to GoReleaser'
key:
description: 'Private key to import'
workdir:
description: 'Working directory (below repository root)'
default: '.'
runs:
using: 'node12'