Skip to content

Commit

Permalink
fix(workspace): discord msg attempt 2, needed mjs (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Mar 10, 2023
1 parent cc0f65b commit 5bf44bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/actions/discord-message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ inputs:
A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`
runs:
using: 'node16'
main: 'action.js'
main: 'action.mjs'

0 comments on commit 5bf44bc

Please sign in to comment.