Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored Sep 28, 2020
1 parent 4390c90 commit 924eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: release-to-env
client-payload: '{ "tag": ${{steps.split.outputs._1}} ,"prerelease": true }'
client-payload: '{ "tag": "${{steps.split.outputs._1}}" ,"prerelease": true }'
- uses: peter-evans/repository-dispatch@v1
if: steps.split.outputs._0 == '/release' && steps.split.outputs._2 == 'prod'
with:
Expand Down

0 comments on commit 924eefb

Please sign in to comment.