Skip to content

Commit 99556fc

Browse files
⚙️ [Maintenance]: Align workflows across action repositories (#82)
This pull request makes a minor update to the GitHub Actions workflow for releases. The main changes are renaming a step for clarity and updating the release action to a newer version. - Workflow maintenance: * Renamed the step from "Checkout Code" to "Checkout repo" in `.github/workflows/Release.yml` for improved clarity. * Updated the `PSModule/Release-GHRepository` GitHub Action from version `v2.0.1` to `v2.0.2` to use the latest release action.
1 parent 0097f3b commit 99556fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ 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
3535

3636
- name: Release
37-
uses: PSModule/Release-GHRepository@88c70461c8f16cc09682005bcf3b7fca4dd8dc1a # v2.0.1
38-
env:
39-
GITHUB_TOKEN: ${{ github.token }}
37+
uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2

0 commit comments

Comments
 (0)