Skip to content

Commit 568b08e

Browse files
authored
Merge pull request #222 from bitpay/manual-release-workflow
Check out repo before pushing to changelog
2 parents 1148505 + f93deed commit 568b08e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
jobs:
1919
release:
20+
name: Create tag and release
2021
runs-on: ubuntu-latest
2122

2223
steps:
@@ -90,6 +91,9 @@ jobs:
9091
runs-on: ubuntu-latest
9192

9293
steps:
94+
- name: Checkout repo
95+
uses: actions/checkout@v4
96+
9397
- name: Extract release data
9498
id: release
9599
run: |

0 commit comments

Comments
 (0)