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 446c0cd commit dd12f7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
- name: Setup
shell: bash
run: |
echo $GITHUB_REF_NAME
echo "${{ github.ref_name }}"
SANITIZED_TAG="${ TAG//./- }"
SANITIZED_TAG="${ GITHUB_REF_NAME//./- }"
echo $SANITIZED_TAG
echo "EXEC_NAME=albyhub" >> $GITHUB_ENV
if [ "${{ runner.os }}" == "macOS" ]; then
echo "PACKAGE_NAME=AlbyHub-Server-MacOS-${SANITIZED_TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit dd12f7f

Please sign in to comment.