Skip to content

Commit a7d8401

Browse files
committed
Update nuget-release.yml
1 parent e348a4b commit a7d8401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
dotnet-version: "9.x.x"
1717

18-
- name: Verify commit exists in origin/main
18+
- name: Verify commit exists in origin/dev
1919
run: |
2020
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
21-
git branch --remote --contains | grep origin/main
21+
git branch --remote --contains | grep origin/dev
2222
2323
- name: Set VERSION variable from tag
2424
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)