Ubuntu – Check if Release Tag is latest on GitHub Actions
I've release two tags, 0.1.0 and then 0.0.1. The latest release tag is 0.1.0. How do I check inside the GitHub Action if the workflow was dispatched by the latest release? name: Test on: workflow_dispatch: branches: - main release: types:…