diff --git a/.gitignore b/.gitignore index d224999..eb3397c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ tmp/ .bundle/ _site/ Gemfile.lock +.goxc.local.json diff --git a/.goxc.json b/.goxc.json index 287f055..e046cea 100644 --- a/.goxc.json +++ b/.goxc.json @@ -1,9 +1,19 @@ { "ArtifactsDest": "builds", + "Tasks": [ + "default", + "publish-github" + ], "TasksExclude": [ "deb", "deb-dev" ], "BuildConstraints": "linux darwin windows", + "TaskSettings": { + "publish-github": { + "owner": "mroth", + "repository": "scmpuff" + } + }, "ConfigVersion": "0.9" -} +} \ No newline at end of file