Skip to content

Commit

Permalink
Fix: Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 16, 2023
1 parent 10dcef5 commit ddd695c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
TWITTER_CONSUMER_API_SECRET: "${{ secrets.ERGEBNIS_TWITTER_CONSUMER_API_KEY_SECRET }}"
with:
tweet-message: |
🏀 Just released: ${{ github.event.repository.name }}:${{ github.event.release.tag_name }}.
🏀 Just released: ${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}:${{ env.RELEASE_TAG }}.
${{ github.event.release.html_url }}
${{ env.RELEASE_URL }}

0 comments on commit ddd695c

Please sign in to comment.