Skip to content

Commit

Permalink
feat: use releaseworkflow for docker hub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Jan 27, 2021
1 parent bd1f460 commit e2a2adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project.releaseWorkflow.addJobs({
name: 'set-matrix',
run: [
// 'JSON=$(cat ./version.json)',
'echo "::set-output name=matrix::{\"version\":\"0.0.1\"}"',
'echo "::set-output name=matrix::\{\"version\"\:\"0.0.1\"\}"',
// 'echo "::set-output name=matrix::${JSON//\'%\'/\'%25\'}"',
// 'echo "::set-output name=version::${JSON}"',
].join('\n'),
Expand Down

0 comments on commit e2a2adb

Please sign in to comment.