We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaad14 commit 3390e12Copy full SHA for 3390e12
1 file changed
.github/workflows/nuget.yml
@@ -44,8 +44,14 @@ jobs:
44
uses: actions/setup-dotnet@v4
45
with:
46
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"
52
- name: Pack
53
run: |
54
+ echo Ref: ${GITHUB_REF}
55
arrTag=(${GITHUB_REF//\// })
56
VERSION="${arrTag[2]}"
57
echo Version before: $VERSION
0 commit comments