Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions replaces Drone CI to build, publish & release #133

Merged
merged 6 commits into from
Jun 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix wrong config
robertu7 committed Jun 18, 2020
commit f4178a8c88e74e825860ab1aa6684c90ee949c6d
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ jobs:
- name: Slack Notification
if: always()
uses: 8398a7/action-slack@v3
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
with:
status: ${{ job.status }}
author_name: matters-editor
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -34,3 +34,4 @@ jobs:
with:
status: ${{ job.status }}
author_name: matters-email
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took