We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70387 commit dc0a071Copy full SHA for dc0a071
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
-
13
name: Checkout
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
with:
16
# fetch-depth: 0 is required for the change log to work correctly.
17
# For the details please see https://goreleaser.com/ci/actions/
.goreleaser.yml
@@ -50,3 +50,4 @@ release:
50
owner: realvnc-labs
51
name: tacoscript
52
draft: true
53
+ prerelease: "true"
0 commit comments