Fix release action
This commit is contained in:
parent
4fb4a6f17d
commit
f4e3518619
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
# Install jq so I can edit package.json from the command line
|
||||
- run: apt install jq -y
|
||||
- run: sudo apt-get install jq -y
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue