Skip to content

Commit

Permalink
chore(release): use array
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Carlucci committed Nov 10, 2018
1 parent 954a570 commit 436902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var options = {
prerelease: false,
repo: 'layercake',
owner: 'mcarlucci',
assets: 'dist/layercake.js, dist/layercake.min.js, dist/layercake.es.js',
assets: ['dist/layercake.js', 'dist/layercake.min.js', 'dist/layercake.es.js'],
endpoint: 'https://api.github.com',
auth: {
token: process.env.TOKEN
Expand Down

0 comments on commit 436902e

Please sign in to comment.