Skip to content

ExRam.Gremlinq 12.12.2 #57

ExRam.Gremlinq 12.12.2

ExRam.Gremlinq 12.12.2 #57

Workflow file for this run

name: Announce
on:
release:
types: [published]
jobs:
announce:
runs-on: ubuntu-latest
steps:
- name: Send announcement tweet!
if: ${{ !github.event.release.prerelease }}
uses: nearform-actions/github-action-notify-twitter@5f60ea13517272e68eac76cd26f5a8f33bf3afaa #1.2.1
with:
message: |
We announce the release of ExRam.Gremlinq ${{ github.event.release.tag_name }}!
ExRam.Gremlinq is the first .NET object-graph-mapper for @apachetinkerpop enabled graph-databases like @dotnetonAWS Neptune, @AzureCosmosDB and @JanusGraph.
https://github.com/${{github.repository}}
twitter-app-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}