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 47d9616 commit 6d35342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
version: ${{ steps.setversion.outputs.version }}
steps:
- name: setversion
run: echo "::set-output name=version::"0.0.4""
run: echo "::set-output name=version::\"0.0.4\""
publish_docker_hub:
needs: getversion
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project.releaseWorkflow.addJobs({
run: //[
// 'JSON=$(cat ./version.json)',
// 'echo "::set-output name=matrix::{\\"include\\":[{\\"version\\":\\"0.0.2\\"}]}"',
'echo "::set-output name=version::\"0.0.4\""'
'echo "::set-output name=version::\\"0.0.4\\""'
// 'echo "::set-output name=matrix::${JSON//\'%\'/\'%25\'}"',
// 'echo "::set-output name=version::${JSON}"',
//].join('\n'),
Expand Down

0 comments on commit 6d35342

Please sign in to comment.