Skip to content

Commit f2e0a21

Browse files
authored
Fix release GitHub Action
1 parent 7a3c75d commit f2e0a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Unshallow
1414
run: git fetch --prune --unshallow
1515
- name: Release
16-
run: make docker args="-e GITHUB_TOKEN" run="make all publish"
16+
run: make docker args="-e CI -e GITHUB_TOKEN" run="make all publish"
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)