Skip to content

Commit a0dc719

Browse files
Merge pull request #185 from MonolithProjects/fix/galaxy_push
fix: gha
2 parents d53f643 + 0739f81 commit a0dc719

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/[email protected]
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)