Skip to content

Commit c62ef15

Browse files
⚙️ [Maintenance]: Align workflows across action repositories (#20)
This pull request updates the GitHub Actions workflow to use a newer version of the `PSModule/Release-GHRepository` action in the release process. Workflow dependency update: * Updated the `Release` job in `.github/workflows/Release.yml` to use `PSModule/Release-GHRepository` version `v2.0.2` instead of `v2.0.1`, ensuring the workflow benefits from the latest fixes and improvements.
1 parent 83270d6 commit c62ef15

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ jobs:
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)