Skip to content

Commit

Permalink
Update GitHub Action release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tpcarman committed Oct 12, 2024
1 parent 60506be commit 8ab7159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish-to-gallery:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set PSRepository to Trusted for PowerShell Gallery
shell: pwsh
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
needs: publish-to-gallery
runs-on: ubuntu-latest
steps:
- uses: Eomm/why-don-t-you-tweet@v1
- uses: Eomm/why-don-t-you-tweet@v2
# We don't want to tweet if the repository is not a public one
if: ${{ !github.event.repository.private }}
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

### Changed
* Performance improvements
* Update GitHub Action release workflow
* Improve reporting for Azure Tenant
* Improve reporting for Azure Policy assignments
* Improve reporting for Key Vaults
Expand Down

0 comments on commit 8ab7159

Please sign in to comment.