Skip to content

Commit

Permalink
List branches
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 20, 2020
1 parent b32c59d commit 0b6b3d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:

steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
with:
fetch-depth: 0
- name: Fetch tags and master
run: |
git fetch --tags
echo REF: $GITHUB_REF
echo SHA: $GITHUB_SHA
echo GIT_BRANCH=$GITHUB_REF >> $GITHUB_ENV
git branches --remote
git fetch --tags
echo REF: $GITHUB_REF
echo SHA: $GITHUB_SHA
echo GIT_BRANCH=$GITHUB_REF >> $GITHUB_ENV
git branches --remote
- name: Determine .net core version
uses: credfeto/[email protected]
- name: Setup .NET Core
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:

steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Fetch tags and master
run: |
git fetch --tags
echo REF: $GITHUB_REF
echo SHA: $GITHUB_SHA
echo GIT_BRANCH=$GITHUB_REF >> $GITHUB_ENV
git fetch --tags
echo REF: $GITHUB_REF
echo SHA: $GITHUB_SHA
echo GIT_BRANCH=$GITHUB_REF >> $GITHUB_ENV
git branches --remote
- name: Determine .net core version
uses: credfeto/[email protected]
- name: Setup .NET Core
Expand Down

0 comments on commit 0b6b3d2

Please sign in to comment.