Skip to content

Commit 233d76b

Browse files
Update tramlinehq/deploy-action action to v0.1.7
1 parent 99378cd commit 233d76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android_prod_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Configure Tramline
2020
id: tramline
21-
uses: tramlinehq/deploy-action@v0.1.6
21+
uses: tramlinehq/deploy-action@v0.1.7
2222
with:
2323
input: ${{ github.event.inputs.tramline-input }}
2424

.github/workflows/ios_prod_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Configure Tramline
1818
id: tramline
19-
uses: tramlinehq/deploy-action@v0.1.6
19+
uses: tramlinehq/deploy-action@v0.1.7
2020
with:
2121
input: ${{ github.event.inputs.tramline-input }}
2222

0 commit comments

Comments
 (0)