Skip to content

Commit

Permalink
chore: update ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Sep 26, 2024
1 parent 0181198 commit 446c0cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Setup
shell: bash
run: |
TAG="${{ github.ref_name }}"
echo $GITHUB_REF_NAME
echo "${{ github.ref_name }}"
SANITIZED_TAG="${ TAG//./- }"
echo "EXEC_NAME=albyhub" >> $GITHUB_ENV
if [ "${{ runner.os }}" == "macOS" ]; then
Expand Down

0 comments on commit 446c0cd

Please sign in to comment.