Skip to content

Commit b8d4967

Browse files
⚙️ [Maintenance]: Align release workflow (#62)
The Release workflow has been updated to standardize step naming conventions across all PSModule repositories, improving consistency and maintainability. ## Standardized step naming The checkout step in the Release workflow has been renamed from "Checkout Code" to "Checkout repo" to align with the naming convention used across all PSModule action repositories.
1 parent 2e548cf commit b8d4967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
Release:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- name: Checkout Code
31+
- name: Checkout repo
3232
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
persist-credentials: false

0 commit comments

Comments
 (0)