diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b46da2..b4e302c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v2 - - name: Set output + - name: Create Binaries + run: make release + - name: Parse Tag id: vars run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} - name: Release