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

Midnight fixes #13

Merged
merged 14 commits into from
Feb 23, 2020
Prev Previous commit
Next Next commit
Update npm_notify_release.yml
makamekm authored Feb 23, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 58e2235aa2b614c0284e19948bfdb90783689078
2 changes: 1 addition & 1 deletion .github/workflows/npm_notify_release.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
return context.payload.ref.replace(/refs\/tags\//, '');
return context.payload.ref.replace(/refs\/tags\//, '').replace(/\"/g, '');
- name: send release notes
uses: appleboy/telegram-action@master
with: