File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ jobs:
34
34
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
35
35
36
36
# If on master!
37
- - name : Upload to S3 QA
37
+ - name : Add White Label Tags
38
38
if : |
39
39
github.ref == 'refs/heads/master' &&
40
40
steps.semantic.outputs.new-release-published == 'true'
41
41
run : |
42
42
git checkout develop
43
43
git merge --ff-only master
44
44
git push --force --set-upstream origin develop
45
+ git checkout master
45
46
git tag akronites/${{steps.semantic.outputs.release-version}}
46
47
git push origin akronites/${{steps.semantic.outputs.release-version}}
47
48
env :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " git-playground" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.10-qa.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"postversion" : " react-native-version --never-amend"
You can’t perform that action at this time.
0 commit comments