correct github action version

This commit is contained in:
Luc Appelman 2021-10-30 14:31:53 +02:00 committed by GitHub
parent 7f36b0eca4
commit fc9674229e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
- run: zip rclone-webui-release-${{ env.RELEASE_VERSION }}.zip $(find build)
- name: Update release
uses: johnwbyrd/update-release@v1
uses: johnwbyrd/update-release@v1.0.0
with:
release: Release ${{ env.RELEASE_VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}