diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 3378359..d3368b5 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -12,8 +12,7 @@ runs: with: go-version: 1.x - name: release - run: | - make crossbuild upload + run: make release shell: bash env: GITHUB_TOKEN: ${{ inputs.token }} diff --git a/.github/workflows/tagpr.yaml b/.github/workflows/tagpr.yaml index 0e8f5cf..7c72f39 100644 --- a/.github/workflows/tagpr.yaml +++ b/.github/workflows/tagpr.yaml @@ -20,6 +20,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: ./.github/actions/release with: - tag: ${{ steps.tagpr.outputs.tag }} token: ${{ secrets.GITHUB_TOKEN }} if: "steps.tagpr.outputs.tag != ''"