Skip to content

Commit

Permalink
Update push-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova authored Jul 24, 2023
1 parent 00b84b7 commit fbb1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: send event
uses: cern-sis/gh-workflows/.github/actions/[email protected]
with:
event-type: ${{ github.event_name == 'release' && 'release' || 'update' }}
event-type: ${{ needs.test.outputs.type }}
images: |
inspirehep/next@${{ needs.test.outputs.tag }}
inspirehep/next-assets@${{ needs.test.outputs.tag }}
Expand Down

0 comments on commit fbb1bf9

Please sign in to comment.