Skip to content

Walking Git tag

Actions
Update (or create) a walking Git tag, i.e. a tag that moves to a new commit
v2.0.1
Latest
Star (6)

Walking Git tag

This action updates or creates a walking Git tag. This means that the action, when triggered again, updates the previous Git tag to the commit of the current build.

Usage

- name: Set Git tag
  uses: weareyipyip/walking-tag-action@v1
  with:
    tag-name: current-production
    tag-message: The current production release is based on this commit
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Walking Git tag is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Update (or create) a walking Git tag, i.e. a tag that moves to a new commit
v2.0.1
Latest

Walking Git tag is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.