Skip to content

Merge pull request #62 from Lenny4/dev #56

Merge pull request #62 from Lenny4/dev

Merge pull request #62 from Lenny4/dev #56

Workflow file for this run

name: Create tag
on:
push:
branches: [ "main" ]
jobs:
create-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2 # https://github.com/marketplace/actions/detect-and-tag-new-version#usage
- uses: salsify/action-detect-and-tag-new-version@v2 # https://github.com/marketplace/actions/detect-and-tag-new-version#usage
with:
version-command: |
yq '.version' pubspec.yaml