Skip to content

Commit e2209a7

Browse files
committed
Fix broken package icon
1 parent 0059b68 commit e2209a7

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md)."
1919
multiple: true
2020
options:
21+
- "v0.5.2"
2122
- "v0.5.1"
2223
- "v0.5.0"
2324
- "v0.4.1"

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '0.5.1'
6+
ModuleVersion = '0.5.2'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()
@@ -236,7 +236,7 @@
236236
ProjectUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell'
237237

238238
# A URL to an icon representing this module.
239-
IconUri = 'https://i.imgur.com/knmLbFg.png'
239+
IconUri = 'https://i.imgur.com/6qM8z4w.png'
240240

241241
# ReleaseNotes of this module
242242
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'

hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",

0 commit comments

Comments
 (0)