fix: get the version property

This commit is contained in:
Zach Daniel 2020-08-15 17:36:21 -04:00
parent 2543d9ca29
commit f6e3bb748c
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -54,7 +54,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
status: |
Version "${{ steps.log.output.version }}" of Ash released!
Version "${{ steps.get_version.output.version }}" of Ash released!
See the changelog for more info:
https://github.com/ash-project/ash/blob/master/CHANGELOG.md