Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tweedegolf/create-tag-action
- Owner: tweedegolf
- License: mit
- Created: 2024-07-11T10:21:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:11:52.000Z (4 months ago)
- Last Synced: 2024-09-09T17:04:43.147Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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# ...
# ...
```