Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to Main - Publish 2.0 #24

Merged
merged 13 commits into from
May 3, 2022
Prev Previous commit
Next Next commit
read some docs
  • Loading branch information
calebjenkins committed May 3, 2022
commit 99c13ff6692fc24ede181643ef9d5276ddb7edd4
6 changes: 3 additions & 3 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
env:
Nuget_Key: secrets.FAKEAUTH_NUGET_KEY
Nuget_URL: "https://api.nuget.org/v3/index.json"
Branch_Name: github.ref_name

jobs:
build:
Expand All @@ -27,8 +26,9 @@ jobs:
with:
fetch-depth: 0

- name: Echo Branch name
run: echo "Branch name is $env:Branch_Name "
- name: Echo Branch Name
run: echo "Branch name is $GITHUB_REF "
#if: ${{ github.ref == 'refs/heads/main' }}

- name: Get version
id: get_version
Expand Down