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

Feat adding gitsha #861

Merged
merged 2 commits into from
Dec 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
trying branch
mattyweb committed Dec 4, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5c8976a52df5aacffa92d8923f516fb481070b8d
3 changes: 3 additions & 0 deletions .github/workflows/create_release_dev.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Get branch name
uses: nelonoel/branch-name@v1
- name: Setup environment
run: |
echo GITHUB_CODE_VERSION=${{ env.BRANCH_NAME }} >> server/api/.env
@@ -27,3 +29,4 @@ jobs:
repository: la311data/311_data_api
tag_with_ref: true
tag_with_sha: true
tags: ${{ env.BRANCH_NAME }}