Skip to content

Commit 3390e12

Browse files
committed
more yaml changes
1 parent 1aaad14 commit 3390e12

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@ jobs:
4444
uses: actions/setup-dotnet@v4
4545
with:
4646
dotnet-version: ${{ env.DOTNET_VERSION }}
47+
- name: Debug Variables
48+
run: |
49+
echo "Event Name: ${{ github.event_name }}"
50+
echo "Ref: $GITHUB_REF"
51+
echo "Ref Name: $GITHUB_REF_NAME"
4752
- name: Pack
4853
run: |
54+
echo Ref: ${GITHUB_REF}
4955
arrTag=(${GITHUB_REF//\// })
5056
VERSION="${arrTag[2]}"
5157
echo Version before: $VERSION

0 commit comments

Comments
 (0)