Skip to content

Commit

Permalink
Remove unnecessary steps in package_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellerman committed Dec 19, 2023
1 parent dbeb881 commit 417cf59
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/package_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ jobs:
with:
name: JiraPS.zip
path: ./Release/JiraPS.zip
- name: Package
shell: pwsh
run: |
Invoke-Build -Task Package
- name: Deploy
if: ${{ github.ref == 'refs/heads/master' }}
shell: pwsh
run: |
# Invoke-Build -Task Deploy
Expand Down

0 comments on commit 417cf59

Please sign in to comment.