summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-10-04 01:51:15 +0800
committerKeuin <[email protected]>2022-10-04 01:51:15 +0800
commitf48058fe248a5f59d7094d757330bd862769c811 (patch)
tree36afc72edc2d56d81a4579c2937b2c51715ec0b5 /.github/workflows
parente394e795d768f608c0c520a011f3d3627a93f3ab (diff)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1e3ba7a..b83b8a3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,10 +1,6 @@
name: release
-on:
- push:
- # Sequence of patterns matched against refs/tags
- tags:
- - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+on: [ push ]
jobs:
release:
@@ -38,6 +34,6 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: build/libs/kbackup-fabric*
- tag: ${{ env.VERSION }}
+ tag: 1.7.1
release_name: ${{ env.VERSION }}
prerelease: true \ No newline at end of file