Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermanzano committed Oct 23, 2020
1 parent 6034286 commit 7662306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# You can specify a version:
# FROM node:10-slim
FROM node:slim

# Labels for GitHub to read your action
LABEL "com.github.actions.name"="Automated version bump for npm packages."
LABEL "com.github.actions.description"="Automated version bump for npm packages."
Expand All @@ -20,6 +19,7 @@ LABEL "com.github.actions.color"="blue"

# Copy the package.json and package-lock.json
COPY package*.json ./
COPY npm install -g npm@7.0.3

# Install dependencies
RUN apt-get update
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "gh-action-bump-version",
"name": "gh-action-conventional-commits",
"version": "7.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/phips28/gh-action-bump-version.git"
"url": "git+https://github.com/soamee/gh-action-bump-version.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phips28/gh-action-bump-version/issues"
"url": "https://github.com/soamee/gh-action-bump-version/issues"
},
"homepage": "https://github.com/phips28/gh-action-bump-version#readme",
"homepage": "https://github.com/soamee/gh-action-bump-version#readme",
"private": true,
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7662306

Please sign in to comment.