Skip to content

Commit

Permalink
fix: correct naming collision
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Mar 1, 2024
1 parent a720cb1 commit 8d5a966
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div align="center">
<img src="https://avatars.githubusercontent.com/u/155160495?v=4" width="400">

# @0-vortex/gh-release-test
# @0-vortex/gh-release-test-action

> [**semantic-release**](https://github.com/semantic-release/semantic-release) shareable config to publish to `npm` and/or `ghcr`.
> now available as a [GitHub Marketplace action](https://github.com/marketplace/actions/tmcb-space-release)
[![Commits](https://img.shields.io/github/commit-activity/w/0-vortex/gh-release-test?style=flat)](https://github.com/0-vortex/gh-release-test/pulse)
[![Issues](https://img.shields.io/github/issues/0-vortex/gh-release-test.svg?style=flat)](https://github.com/0-vortex/gh-release-test/issues)
[![Releases](https://img.shields.io/github/v/release/0-vortex/gh-release-test.svg?style=flat)](https://github.com/0-vortex/gh-release-test/releases)
[![Commits](https://img.shields.io/github/commit-activity/w/0-vortex/gh-release-test-action?style=flat)](https://github.com/0-vortex/gh-release-test-action/pulse)
[![Issues](https://img.shields.io/github/issues/0-vortex/gh-release-test-action.svg?style=flat)](https://github.com/0-vortex/gh-release-test-action/issues)
[![Releases](https://img.shields.io/github/v/release/0-vortex/gh-release-test-action.svg?style=flat)](https://github.com/0-vortex/gh-release-test-action/releases)

</div>

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: "🚀 release"
id: semantic-release
uses: docker://ghcr.io/0-vortex/gh-release-test:1.0.0
uses: docker://ghcr.io/0-vortex/gh-release-test-action:1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: "🚀 release"
id: semantic-release
uses: 0-vortex/gh-release-test@v1
uses: 0-vortex/gh-release-test-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: '@0-vortex/gh-release-test'
name: '@0-vortex/gh-release-test-action'
author: '0-vortex'
description: 'Run 0-vortex/gh-release-test on a repo'
description: 'Run 0-vortex/gh-release-test-action on a repo'
outputs:
release-tag:
description: 'The tag that was released on success'
Expand All @@ -11,5 +11,5 @@ branding:
color: 'yellow'
runs:
using: 'docker'
image: 'docker://ghcr.io/0-vortex/gh-release-test:1.1.0'
image: 'docker://ghcr.io/0-vortex/gh-release-test-action:1.1.0'

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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gh-release-test",
"name": "gh-release-test-action",
"description": "Node.js and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io",
"version": "1.1.0",
"license": "MIT",
Expand All @@ -12,10 +12,10 @@
"node": ">=20",
"npm": ">=10"
},
"bugs": "https://github.com/0-vortex/gh-release-test/issues",
"bugs": "https://github.com/0-vortex/gh-release-test-action/issues",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/0-vortex/gh-release-test.git"
"url": "git+ssh://git@github.com/0-vortex/gh-release-test-action.git"
},
"peerDependencies": {
"semantic-release": ">=22.0.7"
Expand Down

0 comments on commit 8d5a966

Please sign in to comment.