Skip to content

Commit cfa20a3

Browse files
authored
Update publish.yml
1 parent fd9cdc4 commit cfa20a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Test
3434
run: |
3535
echo "Attempts"
36-
echo $RELEASE_VERSION
37-
echo ${{ env.RELEASE_VERSION }}
38-
echo ${RELEASE_VERSION}
39-
echo ${{RELEASE_VERSION}}
36+
echo "1 $RELEASE_VERSION"
37+
echo "2 ${{ env.RELEASE_VERSION }}"
38+
echo "3 ${RELEASE_VERSION}"
39+
echo "4 ${{RELEASE_VERSION}}"
4040

0 commit comments

Comments
 (0)