Skip to content

Commit

Permalink
fix: bundle code with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
geritol committed Mar 23, 2021
1 parent 7bdc2d0 commit 21f78b8
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "match-tag-to-package-version"
description: "Makes sure that git tag and version in package.json match"
runs:
using: "node12"
main: "src/index.js"
main: "dist/index.js"
branding:
icon: "tag"
color: "yellow"
Loading

0 comments on commit 21f78b8

Please sign in to comment.