Skip to content

Commit 3176a6f

Browse files
committed
ci: use uppercase env tags
1 parent 2713a05 commit 3176a6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
needs: deploy
6767
uses: ./.github/workflows/tag.yml
6868
with:
69-
tag: next
69+
tag: NEXT
7070

7171
cleanup:
7272
name: Cleanup
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release to PRODUCTION
1+
name: Release to PROD
22

33
on:
44
workflow_dispatch:
@@ -75,7 +75,7 @@ jobs:
7575
- deploy
7676
uses: ./.github/workflows/tag.yml
7777
with:
78-
tag: production
78+
tag: PROD
7979
version: ${{ needs.version.outputs.new_tag }}
8080

8181
cleanup:

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: deploy
5757
uses: ./.github/workflows/tag.yml
5858
with:
59-
tag: test
59+
tag: TEST
6060

6161
cleanup:
6262
name: Cleanup

0 commit comments

Comments
 (0)