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 26, 2021
1 parent 675e232 commit 588d390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
path: dist
get_version:
needs: build
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const project = new NodeProject({
project.releaseWorkflow.addJobs({
get_version: {
needs: 'build',
'runs-on': 'ubuntu-latest',
outputs: {
matrix: '${{ steps.set-matrix.outputs.matrix }}'
},
Expand Down

0 comments on commit 588d390

Please sign in to comment.