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
this will be fun they said
  • Loading branch information
calebjenkins committed May 3, 2022
commit 2b73c2596d711221bfbfad9fccd47b97985dc159
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Echo Branch name
run: echo ${{ github.GITHUB_REF_NAME }}
run: echo "Branch name is $env:GITHUB_REF_NAME "

- name: Get version
id: get_version
Expand Down