diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a363b430..ea5fbeb5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,7 +63,6 @@ jobs: # Create Release and upload - name: Create Release id: create_release - if: startsWith(github.ref, 'refs/tags/') uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.RTOKEN }} @@ -75,7 +74,6 @@ jobs: # Upload the archive - name: Upload Release Asset - if: startsWith(github.ref, 'refs/tags/') uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.RTOKEN }}