You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
GitHub Action
ghtag
v0.1.0-betaPre-release
tagme
GitHub Action to manage tags
Usage
Basic Setup
---
name: "Tag new beta version on every push to main"permissions:
contents: writeon:
push:
branches:
- mainjobs:
tag:
runs-on: ubuntu-lateststeps:
- uses: norwd/ghtag@mainwith:
tag: v0.${{ github.run_id }}.0