diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c611d7a..8140abe 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -139,7 +139,7 @@ jobs: with: name: data - name: Release # https://github.com/softprops/action-gh-release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ github.ref }}