Skip to content

Commit

Permalink
Come on now
Browse files Browse the repository at this point in the history
  • Loading branch information
bijington committed Mar 3, 2024
1 parent f3f26ab commit abce088
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Verify commit exists in origin/main
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/main
with:
fetch-depth: 0

- name: Get version information from tag
id: get_version
Expand Down

0 comments on commit abce088

Please sign in to comment.