mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
configure grunt release
This commit is contained in:
@@ -25,7 +25,12 @@ module.exports = function(grunt) {
|
||||
'test/**/*.js'
|
||||
]
|
||||
},
|
||||
release: {}
|
||||
release: {
|
||||
github: {
|
||||
repo: 'dylang/node-rss',
|
||||
accessTokenVar: 'GITHUB_ACCESS_TOKEN'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
require('load-grunt-tasks')(grunt);
|
||||
|
||||
Reference in New Issue
Block a user