Skip to content

Commit

Permalink
ci: developing release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Dec 6, 2023
1 parent df57662 commit 79b383a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
working-directory: exported/proto-include
run: find . -type d
- name: Upload proto files
env:
GH_TOKEN: ${{ github.token }}
working-directory: exported
run: |
TAG="$(echo "${GITHUB_REF}" | grep tags | grep -o "[^/]*$" || true)"
Expand Down

0 comments on commit 79b383a

Please sign in to comment.