Skip to content

Commit

Permalink
Merge pull request #34 from AsBuiltReport/dev
Browse files Browse the repository at this point in the history
Update Release.yml
  • Loading branch information
rebelinux authored May 3, 2022
2 parents 1cc7938 + 3e54b22 commit 884044b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
shell: pwsh
run: |
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force
- name: Install SqlServer module
shell: pwsh
run: |
Install-Module -Name SqlServer -Repository PSGallery -Force
- name: Test Module Manifest
shell: pwsh
run: |
Expand All @@ -44,4 +40,4 @@ jobs:
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

0 comments on commit 884044b

Please sign in to comment.