Skip to content

Commit dc0a071

Browse files
committed
Updated goreleaser and its config
1 parent cc70387 commit dc0a071

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
# fetch-depth: 0 is required for the change log to work correctly.
1717
# For the details please see https://goreleaser.com/ci/actions/

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ release:
5050
owner: realvnc-labs
5151
name: tacoscript
5252
draft: true
53+
prerelease: "true"

0 commit comments

Comments
 (0)