Get Release #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Get Release | |
on: | |
workflow_dispatch: # This allows you to manually trigger the workflow | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: GitHub Tag Name example | |
run: echo "$(git describe --tags `git rev-list --tags --max-count=1`)" |