File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments