Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
ci: Send event to prettier-plugin-apex
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmai committed Feb 3, 2020
1 parent 056bc2e commit 87d1993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
token: ${{secrets.github_token}}
- name: Create Release
uses: ncipollo/release-action@v1
if: github.ref == 'refs/heads/master'
with:
artifacts: 'build/distributions/apex-ast-serializer.zip'
token: ${{ secrets.GITHUB_TOKEN }}
tag: '${{ steps.current-time.outputs.formattedTime }}-${{ steps.buildnumber.outputs.build_number }}'
- name: Send event to prettier-plugin-apex
run: 'curl -H "Accept: application/vnd.github.everest-preview+json" -H "Authorization: token ${{ secrets.PERSONAL_TOKEN }}" --request POST --data \'{"event_type": "jorje-update", "client_payload": { "release": "${{ steps.current-time.outputs.formattedTime }}-${{ steps.buildnumber.outputs.build_number }}" }}\' https://api.github.com/repos/dangmai/prettier-plugin-apex/dispatches'

0 comments on commit 87d1993

Please sign in to comment.