Skip to content

Commit 3485029

Browse files
Merge pull request #40 from VirdocsSoftware/release/v2.5.0
release v2.5.0 to main
2 parents a915124 + 951e5f9 commit 3485029

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release-notes.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ on:
55
description: "The parent page to create the release notes."
66
type: string
77
required: true
8-
jira-username:
9-
description: "The JIRA username to tag the release."
10-
type: string
11-
required: true
128
jira-domain:
139
description: "The JIRA domain to tag the release."
1410
type: string
1511
required: true
1612
secrets:
13+
jira-username:
14+
description: "The JIRA username to tag the release."
15+
required: true
1716
jira-api-token:
1817
description: "The JIRA API token to tag the release."
1918
required: true
@@ -34,6 +33,6 @@ jobs:
3433
with:
3534
version: ${{ env.version }}
3635
parent-page: ${{ inputs.parent-page-id }}
37-
jira-username: ${{ inputs.jira-username }}
36+
jira-username: ${{ secrets.jira-username }}
3837
jira-domain: ${{ inputs.jira-domain }}
3938
jira-api-token: ${{ secrets.jira-api-token }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions",
3-
"version": "2.4.7",
3+
"version": "2.5.0",
44
"description": "Used to store GitHub actions for use across the enterprise",
55
"scripts": {
66
"test": "./tooling/scripts/run_tests.sh",

0 commit comments

Comments
 (0)