https://github.com/albumprinter/actions-get-git-version
https://github.com/albumprinter/actions-get-git-version
area-infrastructure build-na deploy-na domain-editors hosting-na owner-online-editor serverless-no type-library
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albumprinter/actions-get-git-version
- Owner: albumprinter
- License: bsd-2-clause
- Created: 2021-11-15T16:18:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T12:50:27.000Z (over 1 year ago)
- Last Synced: 2024-11-01T13:34:47.425Z (over 1 year ago)
- Topics: area-infrastructure, build-na, deploy-na, domain-editors, hosting-na, owner-online-editor, serverless-no, type-library
- Size: 1.95 KB
- Stars: 0
- Watchers: 30
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get Git Version Github Action
A GitHub Action to get a [semver using git log](https://gitversion.net/docs/reference/variables).
## Usage
```yaml
- uses: albumprinter/actions-get-git-version@v1
id: git-version
- run: |
echo ${{ steps.git-version.outputs.version }}
```