Skip to content

Commit 79b383a

Browse files
author
Robin Bryce
committed
ci: developing release job
1 parent df57662 commit 79b383a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
working-directory: exported/proto-include
6161
run: find . -type d
6262
- name: Upload proto files
63+
env:
64+
GH_TOKEN: ${{ github.token }}
6365
working-directory: exported
6466
run: |
6567
TAG="$(echo "${GITHUB_REF}" | grep tags | grep -o "[^/]*$" || true)"

0 commit comments

Comments
 (0)