Skip to content

xl8-ai/calver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calver

This action adds calver tag automatically to your current checkout branch

Note: This repository must be public to let other XL8's repository use this GitHub Actions.

Example usage

on: [push]

jobs:
  add-tag:
    runs-on: ubuntu-latest

    name: Add a calver tag to current branch

    steps:
      - name: Checkout
        uses: actions/checkout@v3
        with:
          ref: staging # or main, master, etc..

      - name: Add a tag
        uses: xl8-web/calver@master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published