Fix release action

This commit is contained in:
Sparticuz 2023-01-13 14:59:55 -05:00
parent 4fb4a6f17d
commit f4e3518619
1 changed files with 1 additions and 1 deletions

View File

@ -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