Skip to content

Get Release

Get Release #5

Workflow file for this run

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`)"