Skip to content

Commit 442c911

Browse files
authored
Fix version tag
Signed-off-by: Matt Cowley <me@mattcowley.co.uk>
1 parent 9eb8577 commit 442c911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Notify on Manual Release
133133
if: ${{ github.event_name == 'workflow_dispatch' }}
134-
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # 2.4.0
134+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2.4.0
135135
env:
136136
SLACK_COLOR: '#43853D'
137137
SLACK_ICON: https://github.com/nodejs.png?size=48

0 commit comments

Comments
 (0)