Skip to content

Commit

Permalink
Rename Action (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr authored Jun 7, 2024
1 parent 2948cfb commit ed4bbc8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:

steps:
- name: "Update Tags"
uses: cssnr/update-tags-action@v1
uses: cssnr/update-version-tags-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=cssnr_update-tags-action&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=cssnr_update-tags-action)
[![Tags](https://github.com/cssnr/update-tags-action/actions/workflows/tags.yaml/badge.svg)](https://github.com/cssnr/update-tags-action/actions/workflows/tags.yaml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=cssnr_update-version-tags-action&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=cssnr_update-version-tags-action)
[![Tags](https://github.com/cssnr/update-version-tags-action/actions/workflows/tags.yaml/badge.svg)](https://github.com/cssnr/update-version-tags-action/actions/workflows/tags.yaml)
# Update Version Tags Action

Update Version Tags on Push or Release for Semantic Versions.
Expand All @@ -10,8 +10,8 @@ This is useful if you want to automatically update additional tags, to point to
For example, many GitHub Actions maintain a `v1` tag that points to the latest release of the `1.x.x` branch.

> [!NOTE]
> Please submit a [Feature Request](https://github.com/cssnr/update-tags-action/discussions/categories/feature-requests)
> for new features or [Open an Issue](https://github.com/cssnr/update-tags-action/issues) if you find any bugs.
> Please submit a [Feature Request](https://github.com/cssnr/update-version-tags-action/discussions/categories/feature-requests)
> for new features or [Open an Issue](https://github.com/cssnr/update-version-tags-action/issues) if you find any bugs.
## Inputs

Expand All @@ -31,7 +31,7 @@ If you only want to update the provided `tags` make sure to set both `major` and

```yaml
- name: "Update Tags"
uses: cssnr/update-tags-action@v1
uses: cssnr/update-version-tags-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
prefix: "v"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: "Update Tags"
uses: cssnr/update-tags-action@v1
uses: cssnr/update-version-tags-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "update-tags-action",
"name": "update-version-tags-action",
"version": "0.0.1",
"scripts": {
"build": "ncc build src/index.js"
Expand Down

0 comments on commit ed4bbc8

Please sign in to comment.