Skip to content

Commit

Permalink
build(chore): revert test diff
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Jul 6, 2022
1 parent aced5f0 commit 4b54f12
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
name: release

on:
pull_request:
types:
- opened
- synchronize

# on:
# push:
# tags:
# - 'v*'
push:
tags:
- 'v*'

jobs:
job-matrix:
name: ${{ matrix.os }}; release:${{ matrix.release-build }}; ${{ matrix.cross-target }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -105,11 +99,11 @@ jobs:
zip -r ${artifact_dir}.zip ${artifact_dir}
# - name: Upload Files to a GitHub Release
# uses: svenstaro/upload-release-action@2.2.1
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: springql_client-${{ steps.set-outputs.outputs.build-target }}-${{ steps.set-outputs.outputs.build-type }}.zip
# tag: ${{ github.ref }}
# overwrite: true
# prerelease: false
- name: Upload Files to a GitHub Release
uses: svenstaro/upload-release-action@2.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: springql_client-${{ steps.set-outputs.outputs.build-target }}-${{ steps.set-outputs.outputs.build-type }}.zip
tag: ${{ github.ref }}
overwrite: true
prerelease: false

0 comments on commit 4b54f12

Please sign in to comment.