draft_release_protoc_artifactbundle.yml 413 B

12345678910111213141516
  1. name: Draft release protoc artifactbundle
  2. on:
  3. workflow_dispatch:
  4. jobs:
  5. draft-release:
  6. runs-on: ubuntu-latest
  7. steps:
  8. - name: "Checkout code"
  9. uses: actions/checkout@v4
  10. - name: Draft release and upload artifactbundle
  11. env:
  12. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  13. run: cd ${{ github.workspace }} && .github/scripts/draft_release_protoc_artifactbundle.sh