Skip to content

Commit

Permalink
Updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Mammino committed Apr 26, 2019
1 parent cda5907 commit 1463052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const request = require('request-promise')

const USER_AGENT = 'publish-release-script-1'
const GH_API_ENDPOINT = 'https://api.github.com'
const GH_UPLOAD_URL = id => `https://uploads.github.com/repos/lmammino/norrisbot/releases/${id}/assets`
const GH_UPLOAD_URL = id => `https://uploads.github.com/repos/lmammino/s3st/releases/${id}/assets`

const token = process.argv[2]
const repo = process.argv[3]
Expand Down

0 comments on commit 1463052

Please sign in to comment.