Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BrammyS committed Mar 29, 2023
2 parents 1b77217 + 70e05e9 commit 89d112a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
- name: Checkout
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
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 89d112a

Please sign in to comment.