We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3c75d commit f2e0a21Copy full SHA for f2e0a21
.github/workflows/release.yml
@@ -13,6 +13,6 @@ jobs:
13
- name: Unshallow
14
run: git fetch --prune --unshallow
15
- name: Release
16
- run: make docker args="-e GITHUB_TOKEN" run="make all publish"
+ run: make docker args="-e CI -e GITHUB_TOKEN" run="make all publish"
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments