Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
 
 

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter-version-number-action

Test

📱 Github Action to read out version number of flutter project from pubspec.yaml

Usage

on:
  push:
    branches:
      - main
name: Test
jobs:
  test:
    name: test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - id: read-version
        uses: NiklasLehnfeld/flutter-version-number-action@main
        with:
          file-path: example/pubspec.yaml
      - uses: nick-invision/assert-action@v1
        with:
          expected: 0.0.1+1
          actual: ${{ steps.read-version.outputs.version-number }}

About

📱 Github Action to read out version number of flutter project from pubspec.yaml

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors