Skip to content

Commit 0739f81

Browse files
fix: gha
1 parent d37d75d commit 0739f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: robertdebock/galaxy-action@1.2.1
1414
with:
1515
galaxy_api_key: ${{ secrets.galaxy_api_key }}
16-
git_branch: ${{ github.ref }}
16+
git_branch: ${{ github.ref | replace('refs/tags/', '')}}

0 commit comments

Comments
 (0)