Skip to content

Commit

Permalink
Merge pull request #861 from hackforla/feat-adding-gitsha
Browse files Browse the repository at this point in the history
Feat adding gitsha
  • Loading branch information
mattyweb authored Dec 4, 2020
2 parents f3055dc + bc3a6df commit b2e00f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,3 +29,4 @@ jobs:
repository: la311data/311_data_api
tag_with_ref: true
tag_with_sha: true
tags: ${{ env.BRANCH_NAME }}

0 comments on commit b2e00f4

Please sign in to comment.