diff --git a/action.yml b/action.yml index 545f687..0e977af 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ runs: using: 'node12' main: 'dist/index.js' branding: - icon: 'image' + icon: 'link' color: 'gray-dark' \ No newline at end of file diff --git a/package.json b/package.json index 0fe8676..3c0f528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "add-an-issue-reference-action", - "version": "1.0.0", + "version": "2.0.0", "description": "A GitHub Action for adding an issue reference to a pull request.", "main": "lib/main.js", "scripts": {