Skip to content

Commit 49a47d4

Browse files
committed
Fix GitHub release workflow
* Fix Bluesky post Action
1 parent 530719f commit 49a47d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs: publish-to-gallery
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: zentered/bluesky-post-action@v0.0.1
48+
- uses: zentered/bluesky-post-action@v0.1.0
4949
with:
5050
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Microsoft #Azure #AsBuiltReport #PowerShell"
5151
env:

AsBuiltReport.Microsoft.Azure.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.Microsoft.Azure.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.8'
15+
ModuleVersion = '0.1.8.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :arrows_clockwise: Microsoft Azure As Built Report Changelog
22

3-
## [[0.1.8](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.Azure/releases/tag/v0.1.8)] - 2024-11-13
3+
## [[0.1.8.1](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.Azure/releases/tag/v0.1.8.1)] - 2024-11-13
44

55
### Added
66
* Add support for DNS private resolver

0 commit comments

Comments
 (0)