Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Versioning for GitHub Actions. Increments the npm package version, then pushes Git tags.

License

Notifications You must be signed in to change notification settings

smockle-archive/action-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-version

Versioning for GitHub Actions. Increments the npm package version, then pushes Git tags.

Usage

- name: Bump version
  if: contains(github.event.commits[0].message, '[skip ci]') == false
  uses: "smockle/action-version@main"
  env:
    GITHUB_USER_EMAIL: ${{ secrets.GITHUB_USER_EMAIL }}
    GITHUB_USER_NAME: ${{ secrets.GITHUB_USER_NAME }}
    GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}

About

Versioning for GitHub Actions. Increments the npm package version, then pushes Git tags.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published