Skip to content

Commit

Permalink
removed install dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
swissbuechi committed Nov 18, 2023
1 parent 5445147 commit dfccd3d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
publish-to-gallery:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -18,11 +18,7 @@ jobs:
shell: pwsh
run: Import-Module ./ -Force

- name: Install dependencies
shell: pwsh
run: Invoke-AzureAdDeployer -InstallDependencies

- name: Publish
- name: Publish module
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
shell: pwsh
Expand Down

0 comments on commit dfccd3d

Please sign in to comment.