Skip to content

Commit 925a7b7

Browse files
Merge pull request #186 from MonolithProjects/fix/galaxy_push
fix: gha
2 parents a0dc719 + 975ba36 commit 925a7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/galaxy.yml

+1-1
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 | replace('refs/tags/', '')}}
16+
git_branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)