Skip to content

AcmeSoftwareLLC/app-build-number

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Version Number

This action generates a version number for your app. It uses the current date and time to generate the version number.

Usage

steps:
  - name: Generate
    id: generate
    uses: AcmeSoftwareLLC/app-build-number@v1
    with:
      timezone: Asia/Kathmandu

  - name: Display the generated build number
    run: echo "Build Number > ${{ steps.generate.outputs.build-number }}"

About

Generate a build number for an app based on current time

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors