Skip to content

Commit f998075

Browse files
committed
task: fix release automation #1128
1 parent 061da7e commit f998075

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/actions/check_milestone/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
4545
- name: Get current major version number
4646
id: majorvers
47-
uses: azarc-io/regex-property-action@master
47+
uses: ashley-taylor/regex-property-action@master
4848
env:
4949
MILESTONE: ${{ inputs.milestone }}
5050
with:
@@ -54,7 +54,7 @@ runs:
5454

5555
- name: Get current minor version number
5656
id: minorvers
57-
uses: azarc-io/regex-property-action@master
57+
uses: ashley-taylor/regex-property-action@master
5858
env:
5959
MILESTONE: ${{ inputs.milestone }}
6060
with:
@@ -64,7 +64,7 @@ runs:
6464

6565
- name: Get current patch version number
6666
id: patchvers
67-
uses: azarc-io/regex-property-action@master
67+
uses: ashley-taylor/regex-property-action@master
6868
env:
6969
MILESTONE: ${{ inputs.milestone }}
7070
with:

.github/actions/release_milestone/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131

3232
- name: Get current major version number
3333
id: majorvers
34-
uses: azarc-io/regex-property-action@master
34+
uses: ashley-taylor/regex-property-action@master
3535
env:
3636
MILESTONE: ${{ inputs.milestone }}
3737
with:
@@ -41,7 +41,7 @@ runs:
4141

4242
- name: Get current minor version number
4343
id: minorvers
44-
uses: azarc-io/regex-property-action@master
44+
uses: ashley-taylor/regex-property-action@master
4545
env:
4646
MILESTONE: ${{ inputs.milestone }}
4747
with:
@@ -51,7 +51,7 @@ runs:
5151

5252
- name: Get current patch version number
5353
id: patchvers
54-
uses: azarc-io/regex-property-action@master
54+
uses: ashley-taylor/regex-property-action@master
5555
env:
5656
MILESTONE: ${{ inputs.milestone }}
5757
with:
@@ -164,7 +164,7 @@ runs:
164164

165165
- name: Set changelog for GitHub release
166166
id: changelog_github
167-
uses: azarc-io/regex-property-action@master
167+
uses: ashley-taylor/regex-property-action@master
168168
with:
169169
value: ${{ steps.changelog_docs.outputs.contents }}
170170
regex: '(##\s+.*?[\n\r])[\n\r\s]*([\s\S]*)'

docs/content/more/credits/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating
5353
- https://github.com/actions/checkout
5454
- https://github.com/actions/setup-node
5555
- https://github.com/Akkjon/close-milestone
56-
- https://github.com/azarc-io/regex-property-action
56+
- https://github.com/ashley-taylor/regex-property-action
5757
- https://github.com/guibranco/github-file-reader-action-v2
5858
- https://github.com/Kaven-Universe/github-action-current-date-time
5959
- https://github.com/octokit/graphql-action

0 commit comments

Comments
 (0)