Skip to content

Commit

Permalink
correct misplaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
camillo2008 committed Jul 26, 2021
1 parent 3ee7fea commit 0aa56cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
FindTagJob:
runs-on: ubuntu-latest
outputs:
outputTagJob: '${{ steps.relese_msg.outputs.RELESE_NAME }}'#The outuput of the job
outputTagJob: '${{ steps.relese_msg.outputs.RELESE_NAME }}' #The outuput of the job
steps:
- name: Clone Repo with Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 0aa56cf

Please sign in to comment.