Skip to content

Commit 999dc19

Browse files
committed
fix: some
1 parent 57bbe27 commit 999dc19

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- develop
88

99
jobs:
10-
1110
release:
1211
name: Deploy
1312
runs-on: ubuntu-latest
@@ -47,15 +46,13 @@ jobs:
4746
if: |
4847
github.ref == 'refs/heads/master' &&
4948
steps.semantic.outputs.new-release-published == 'true'
50-
env:
51-
CITIES: akronite internal
5249
run: |
5350
git checkout master
5451
for city in $CITIES;
5552
do
5653
git tag $city/${{steps.semantic.outputs.release-version}}
5754
git push origin $city/${{steps.semantic.outputs.release-version}}
58-
done
55+
done
5956
env:
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
CITIES: akronite internal

0 commit comments

Comments
 (0)