Skip to content
tag

GitHub Action

ghtag

v0.1.0-beta Pre-release

ghtag

tag

ghtag

GitHub Action to manage tags

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ghtag

uses: norwd/ghtag@v0.1.0-beta

Learn more about this action in norwd/ghtag

Choose a version

tagme

GitHub Action to manage tags

Usage

Basic Setup

---

name: "Tag new beta version on every push to main"
permissions:
  contents: write

on:
  push:
    branches:
      - main

jobs:
  tag:
    runs-on: ubuntu-latest
    steps:
      - uses: norwd/ghtag@main
        with:
          tag: v0.${{ github.run_id }}.0