Merge branch 'main' into minor-fixes

This commit is contained in:
Pablo Carballeda 2023-01-28 04:30:22 +01:00 committed by GitHub
commit c91146c74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,3 +13,9 @@ jobs:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
channel: ${{ secrets.CHANGELOG_CHANNEL_ID }}
changelog: ${{ github.event.release.body }}
- name: 'Post to Nostr'
run: |
# clone the repo
git clone https://github.com/fiatjaf/noscl
noscl setprivate ${{ secrets.NOSTROS_PRIVATE_KEY }}
noscl publish ${{ github.event.release.body }}