Skip to content

Commit

Permalink
fix(dist): reference correct index file in package.json (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn authored Jun 15, 2022
1 parent 74da45f commit 145e62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"github-actions"
],
"license": "Apache-2.0",
"main": "out/index.js",
"main": "dist/index.js",
"name": "push-build-information-action",
"repository": {
"type": "git",
Expand Down

0 comments on commit 145e62c

Please sign in to comment.