v0.22.0 #5
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Announce the Kobweb release | |
on: | |
release: | |
types: [published] | |
jobs: | |
bluesky: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: cbrgm/bluesky-github-action@v1 | |
with: | |
handle: ${{ secrets.VARABYTE_BLUESKY_HANDLE }} | |
password: ${{ secrets.VARABYTE_BLUESKY_PASSWORD }} | |
text: | | |
🕸️ Latest Kobweb ${{ github.event.release.tag_name }} released! | |
Check out the release notes here: | |
https://github.com/varabyte/kobweb/releases/tag/${{ github.event.release.tag_name }} | |
🤖 (Automated post via GitHub Actions) | |
#Kobweb #Kotlin #WebDev |