Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5f2948

Browse files
committed
chore: tweet on new releases
1 parent8128439 commite5f2948

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎.github/workflows/elixir.yml‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,19 @@ jobs:
4444
if:startsWith(github.ref, 'refs/tags/v')
4545
env:
4646
HEX_API_KEY:${{ secrets.HEX_API_KEY }}
47+
-uses:olegtarasov/get-tag@v2
48+
id:tagName
49+
-uses:ethomson/send-tweet-action@v1
50+
if:startsWith(github.ref, 'refs/tags/v')
51+
with:
52+
status:|
53+
Alpha version "${{ steps.tagName.outputs.tag }}" of AshPostgres released!
54+
55+
See the changelog for more info:
56+
https://github.com/ash-project/ash_postgres/blob/master/CHANGELOG.md
57+
consumer-key:${{ secrets.TWITTER_CONSUMER_API_KEY }}
58+
consumer-secret:${{ secrets.TWITTER_CONSUMER_API_SECRET }}
59+
access-token:${{ secrets.TWITTER_ACCESS_TOKEN }}
60+
access-token-secret:${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
61+
62+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp