diff --git a/gulpfile.js b/gulpfile.js index 4157ba71e8..b55f9b5618 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -311,8 +311,8 @@ gulp.task('release-discourse', function(done) { return q.all([ updatePost(newPostUrl, 'closed', true), - updatePost(newPostUrl, 'visible', false), - oldPostUrl && updatePost(oldPostUrl, 'pinned', true) + updatePost(newPostUrl, 'pinned', true), + oldPostUrl && updatePost(oldPostUrl, 'pinned', false) ]); });