Skip to content

Commit

Permalink
fix missing lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Jose committed Aug 13, 2023
1 parent ec5ab38 commit 3c94d4b
Show file tree
Hide file tree
Showing 4 changed files with 3,283 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
cache-dependency-path: src/package.json
cache-dependency-path: src/package-lock.json
- name: Build
run: npm install
- name: Publish
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
package-lock.json
.nyc_output
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18-slim
LABEL version="1.0.0"
LABEL repository="http://github.com/Github-Actions-Community/merge-release"
LABEL homepage="http://github.com/merge-release"
LABEL maintainer="Github-Actions-Community Rogers <Github-Actions-Community.rogers@gmail.com>"
LABEL maintainer="Github-Actions-Community <me@kanekotic.com>"

LABEL com.github.actions.name="Automated releases for npm packages."
LABEL com.github.actions.description="Release npm package based on commit metadata."
Expand Down
Loading

0 comments on commit 3c94d4b

Please sign in to comment.