Skip to content

Commit 6b28315

Browse files
committed
Release (lucky number 7)
1 parent f7cc8fa commit 6b28315

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed
Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
name: ReleaseDeploy
2-
31
on:
42
push:
53
# Sequence of patterns matched against refs/tags
64
tags:
75
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
86

7+
name: Create Release
98

109
jobs:
11-
on-success:
10+
build:
1211
name: Create Release
1312
runs-on: ubuntu-latest
14-
if: github.event.workflow_run.conclusion == 'success'
1513
steps:
1614
- name: Checkout code
17-
uses: actions/checkout@v3
18-
with:
19-
ref: master
15+
uses: actions/checkout@v2
2016
- name: Create Release
2117
id: create_release
2218
uses: actions/create-release@v1
@@ -27,11 +23,4 @@ jobs:
2723
release_name: Release ${{ github.ref }}
2824
body_path: docs/changes/lastChanges.md
2925
draft: false
30-
prerelease: false
31-
- run: echo "First workflow was a success"
32-
33-
on-failure:
34-
runs-on: ubuntu-latest
35-
if: github.event.workflow_run.conclusion == 'failure'
36-
steps:
37-
- run: echo "First workflow was a failure"
26+
prerelease: false
File renamed without changes.

0 commit comments

Comments
 (0)