Skip to content

Commit cb5bb68

Browse files
authored
Merge pull request #79 from cohen72/develop
b
2 parents 057c9fa + 45918b1 commit cb5bb68

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ jobs:
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

3636
# If on master!
37-
- name: Upload to S3 QA
37+
- name: Add White Label Tags
3838
if: |
3939
github.ref == 'refs/heads/master' &&
4040
steps.semantic.outputs.new-release-published == 'true'
4141
run: |
4242
git checkout develop
4343
git merge --ff-only master
4444
git push --force --set-upstream origin develop
45+
git checkout master
4546
git tag akronites/${{steps.semantic.outputs.release-version}}
4647
git push origin akronites/${{steps.semantic.outputs.release-version}}
4748
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-playground",
3-
"version": "1.0.9",
3+
"version": "1.0.10-qa.1",
44
"private": true,
55
"scripts": {
66
"postversion": "react-native-version --never-amend"

0 commit comments

Comments
 (0)