Skip to content

Commit 2590c2e

Browse files
authored
Merge pull request #55 from AsBuiltReport/dev
Add Diagrammer.Core to Release.yml file
2 parents 4b24ae7 + 6126bf0 commit 2590c2e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/Release.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
shell: pwsh
2222
run: |
2323
Install-Module -Name NetApp.ONTAP -Repository PSGallery -Force
24+
- name: Install Diagrammer.Core module
25+
shell: pwsh
26+
run: |
27+
Install-Module -Name Diagrammer.Core -Repository PSGallery -Force
2428
- name: Test Module Manifest
2529
shell: pwsh
2630
run: |
@@ -45,13 +49,3 @@ jobs:
4549
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
4650
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
4751
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
48-
bsky-post:
49-
needs: publish-to-gallery
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: zentered/[email protected]
53-
with:
54-
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Netapp #AsBuiltReport #PowerShell #Ontap #NetAppATeam"
55-
env:
56-
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
57-
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}

0 commit comments

Comments
 (0)