We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a30734 commit 5b449c2Copy full SHA for 5b449c2
.github/workflows/goreleaser.yml
@@ -21,12 +21,8 @@ jobs:
21
- name: Run GoReleaser
22
uses: goreleaser/goreleaser-action@v6
23
with:
24
- # either 'goreleaser' (default) or 'goreleaser-pro'
25
distribution: goreleaser
26
- # 'latest', 'nightly', or a semver
27
version: "~> v2"
28
args: release --clean
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
32
- # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
.vscode/settings.json
@@ -0,0 +1,5 @@
1
+{
2
+ "yaml.schemas": {
3
+ "https://goreleaser.com/static/schema.json": "file:///home/mikael/Repos/personal/rke2diff/.github/workflows/goreleaser.yml"
4
+ }
5
+}
0 commit comments