Skip to content

Commit

Permalink
Fixing the variable, this time for real
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobodemann committed Oct 22, 2021
1 parent 97d5a03 commit f89a027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: ethomson/send-tweet-action@v1
with:
status: "${{format('Build {1} created app version {0} on https://github.com/gdg-berlin-android/ZeThree/releases/tag/v{0} #dcbln21', steps.versioning.outputs.app_version, github.run_ids )}}"
status: "${{format('Build {1} created app version {0} on https://github.com/gdg-berlin-android/ZeThree/releases/tag/v{0} #dcbln21', steps.versioning.outputs.app_version, github.run_id )}}"
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ android.nonTransitiveRClass=true
kotlin.code.style=official

# App Config
version=0.0.40
version=0.0.42

0 comments on commit f89a027

Please sign in to comment.