We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 715ea8d + c0d3c95 commit 55f05acCopy full SHA for 55f05ac
.github/workflows/pre-release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
- - develop
+ - main
8
9
permissions:
10
contents: write
@@ -24,11 +24,6 @@ jobs:
24
with:
25
fetch-depth: '0'
26
27
- - name: Configure Git user
28
- run: |
29
- git config user.email "[email protected]"
30
- git config user.name "Timothy Mugo Gachengo"
31
-
32
- name: Get Current Date And Time
33
id: current_date
34
run: echo "current_date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
.github/workflows/release.yml
- - main
+ - production
- release/*
0 commit comments