Commit cdd064b 1 parent 206760b commit cdd064b Copy full SHA for cdd064b
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ permissions:
15
15
16
16
jobs :
17
17
build_and_publish :
18
+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
18
19
name : Create a GitHub release page
19
20
runs-on : ubuntu-latest
20
21
steps :
21
22
- name : Checkout Repository
22
23
uses : actions/checkout@v4
24
+
23
25
- name : Prepare variables
24
26
id : prepare_variables
25
27
run : |
31
33
echo "tag_body<<$EOF" >> "$GITHUB_ENV"
32
34
git --no-pager tag -l "${latest_tag}" --format='%(contents:body)' >> "$GITHUB_ENV"
33
35
echo "$EOF" >> "$GITHUB_ENV"
36
+
34
37
- name : Create GitHub Release 🚀
35
38
uses : softprops/action-gh-release@v2
36
39
with :
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ permissions:
15
15
16
16
jobs :
17
17
build_and_publish :
18
+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
18
19
name : Publish a new version
19
20
runs-on : ubuntu-latest
20
21
steps :
You can’t perform that action at this time.
0 commit comments