Skip to content

Commit

Permalink
trivial adjustments for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Sep 26, 2022
1 parent 04d8099 commit cae102e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 0 additions & 1 deletion .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''"

0 comments on commit cae102e

Please sign in to comment.