Skip to content

Commit cea4910

Browse files
authored
update workflow
1 parent ce6e058 commit cea4910

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publishpackage.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- uses: actions/checkout@v4
29-
- uses: dlemstra/code-sign-action@v1
30-
with:
31-
certificate: '${{ secrets.CERTIFICATE }}'
32-
password: '${{ secrets.CERTIFICATE_PASSWORD }}'
33-
folder: 'code365scripts.openai'
34-
recursive: true
35-
files: |
36-
*.ps1
3729
- name: Publish Module to PowerShell Gallery
3830
uses: pcgeek86/publish-powershell-module-action@v20
3931
id: publish-module

0 commit comments

Comments
 (0)