Skip to content

Commit 611c2f2

Browse files
committed
Testing with push
1 parent 43f625c commit 611c2f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,12 @@ jobs:
5454
echo "mdixVersion=${{ env.mdixVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
5555
echo "mdixColorsVersion=${{ env.mdixColorsVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
5656
echo "mdixMahAppsVersion=${{ env.mdixMahAppsVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
57-
echo "extra_var=hello" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
5857
59-
# echo "mdixVersion=${{ env.mdixVersion }}-ci${{ github.run_number }}" >> $GITHUB_ENV
60-
# echo "mdixColorsVersion=${{ env.mdixColorsVersion }}-ci${{ github.run_number }}" >> $GITHUB_ENV
61-
# echo "mdixMahAppsVersion=${{ env.mdixMahAppsVersion }}-ci${{ github.run_number }}" >> $GITHUB_ENV
62-
6358
- name: Just Testing
6459
run: |
6560
echo ${{ env.mdixVersion }}
6661
echo ${{ env.mdixColorsVersion }}
6762
echo ${{ env.mdixMahAppsVersion }}
68-
echo ${{ env.extra_var }}
6963
7064
- name: Build and Test
7165
uses: ./.github/actions/build-and-test

0 commit comments

Comments
 (0)