We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8af27 commit c6f2db6Copy full SHA for c6f2db6
.github/workflows/release_promotion.yml
@@ -46,9 +46,13 @@ jobs:
46
47
approve_release:
48
name: Approve Release
49
- environment: production
+ environment: pre-production
50
runs-on: ubuntu-latest
51
steps:
52
+ - name: Check out repository
53
+ uses: actions/checkout@v4
54
+ with:
55
+ fetch-depth: '0'
56
- name: Create git tag
57
run: |
58
git tag -a $VERSION -m "Release of MCK $VERSION"
@@ -62,6 +66,10 @@ jobs:
62
66
environment: production
63
67
64
68
69
70
71
72
65
73
- name: Publish Release Notes
74
75
gh release edit $VERSION --draft=false --verify-tag
0 commit comments