Fix release ci (#43)

This commit is contained in:
Hussein Galal
2023-06-20 19:27:40 +03:00
committed by GitHub
parent 176deae781
commit da3ba1b5ff
+6 -7
View File
@@ -20,13 +20,12 @@ jobs:
run: |
cd /work && dapper ci
- name: Publish Binaries
uses: SierraSoftworks/gh-releases@v1.0.7
with:
token: ${{ secrets.TOKEN }}
overwrite: 'true'
files: |
${{ github.workspace }}/bin/k3k
${{ github.workspace }}/bin/k3kcli
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_PATH: ${{ github.workspace }}/bin/
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GHR_REPLACE: true
- name: Docker Hub Login
uses: docker/login-action@v2
with: