Skip to content

Commit 6266c5b

Browse files
committed
Merge remote-tracking branch 'origin/v4.0.x' into v4-sync
* origin/v4.0.x: Release 4.0.4 (#78) fix: Fix action manifest validation error (#77)
2 parents 9bbf4b0 + ceb76b5 commit 6266c5b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Fixed
1414
- Fix Yarn 4 compatibility ([#65](https://github.com/MetaMask/action-npm-publish/pull/65))
1515

16+
## [4.0.4]
17+
### Fixed
18+
- Fix action validation error ([#77](https://github.com/MetaMask/action-npm-publish/pull/77))
19+
1620
## [4.0.3]
1721
### Fixed
1822
- Fix Slack announcement for public default channel ([#73](https://github.com/MetaMask/action-npm-publish/pull/73))
@@ -92,7 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9296
- Initial release ([#1](https://github.com/MetaMask/action-npm-publish/pull/1))
9397

9498
[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v5.0.0...HEAD
95-
[5.0.0]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.3...v5.0.0
99+
[5.0.0]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.4...v5.0.0
100+
[4.0.4]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.3...v4.0.4
96101
[4.0.3]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.2...v4.0.3
97102
[4.0.2]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.1...v4.0.2
98103
[4.0.1]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.0...v4.0.1

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ runs:
6868
fi
6969
echo "FINAL_TEXT=$FINAL_TEXT" >> "$GITHUB_OUTPUT"
7070
- name: Post to a Slack channel
71-
id: slack
7271
if: ${{ inputs.slack-webhook-url != '' && inputs.channel != '' }}
7372
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
7473
with:
@@ -80,7 +79,6 @@ runs:
8079
"channel": "#${{ inputs.channel }}"
8180
}
8281
- name: Post to a default Slack channel
83-
id: slack
8482
if: ${{ inputs.slack-webhook-url != '' && inputs.channel == '' }}
8583
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
8684
with:

0 commit comments

Comments
 (0)