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: Post release to Jekyll Blog | |
on: | |
release: | |
types: [published] | |
# The GitHub Actions workflow Spincord uses to create and publish a new blog post for every published git tag release. | |
# This workflow is set up to publish a new blog post to the Spincord gh-pages/jekyll | |
# site every time a new release is published. The blog post uses the corresponding tag | |
# name in the title along with the release's body and the current date. |