diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8ae9e4a79..45cd33a04 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -28,5 +28,6 @@ jobs: uses: softprops/action-gh-release@master with: files: skynet_fly-master.tar.gz + tag_name: master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}