draft_release_protoc_artifactbundle.yml 444 B

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