Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tweedegolf/create-tag-action

Format a deploy version tag for a git repository
https://github.com/tweedegolf/create-tag-action

Last synced: about 2 months ago
JSON representation

Format a deploy version tag for a git repository

Awesome Lists containing this project

README

        

# Create tag action

Format a deploy version tag for a git repository.

## Usage

```
# ...
jobs:

# ...

docker:
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4

- name: Create tag
uses: tweedegolf/create-tag-action@main

# ...

# ...
```