Skip to content

Commit

Permalink
Use github.ref_name for manifest git_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Sep 4, 2024
1 parent b4689bb commit f43ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
path: /tmp/heroku-${{ matrix.stack-version }}*
- name: Upload heroku runtime images to staging
run: |
bin/upload-runtime-images.sh ${{ matrix.stack-version }} ${{ github.sha }}
bin/upload-runtime-images.sh ${{ matrix.stack-version }} ${{ github.ref_name }}
publish-images:
if: github.ref_name == 'main' || github.ref_type == 'tag'
Expand Down

0 comments on commit f43ba18

Please sign in to comment.