Skip to content

Commit 709d6ee

Browse files
committed
test version
1 parent 8723a4e commit 709d6ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: MAUIAppVersion
19-
uses: managedcode/MAUIAppVersion@v0.0.4-alpha
19+
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
2020
with:
2121
csproj: tests/MauiApp.csproj
2222
version: ${{ github.run_number }}
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: MAUIAppVersion
30-
uses: managedcode/MAUIAppVersion@v0.0.4-alpha
30+
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
3131
with:
3232
csproj: tests/MauiApp.csproj
3333
version: ${{ github.run_number }}
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v3
4040
- name: MAUIAppVersion
41-
uses: managedcode/MAUIAppVersion@v0.0.4-alpha
41+
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
4242
with:
4343
csproj: tests/MauiApp.csproj
4444
version: ${{ github.run_number }}

0 commit comments

Comments
 (0)