Skip to content

Commit 5b449c2

Browse files
committed
Testing
1 parent 0a30734 commit 5b449c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ jobs:
2121
- name: Run GoReleaser
2222
uses: goreleaser/goreleaser-action@v6
2323
with:
24-
# either 'goreleaser' (default) or 'goreleaser-pro'
2524
distribution: goreleaser
26-
# 'latest', 'nightly', or a semver
2725
version: "~> v2"
2826
args: release --clean
2927
env:
3028
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)