File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616 contents : write
1717jobs :
1818 release :
19- uses : bazel-contrib/.github /.github/workflows/release_ruleset.yaml@v7.3.0
19+ uses : . /.github/workflows/release_ruleset.yaml@v7.3.0
2020 with :
2121 release_files : protobuf-*.bazel.tar.gz
2222 prerelease : ${{ contains(inputs.tag_name, '-rc') }}
Original file line number Diff line number Diff line change 8787 - name : Checkout
8888 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8989 with :
90- ref : ${{ inputs.tag_name }}
90+ ref : 34.x
9191
9292 - uses : bazel-contrib/setup-bazel@083175551ceeceebc757ebee2127fde78840ca77 # v0.18.0
9393 with :
@@ -108,7 +108,7 @@ jobs:
108108 echo "ERROR: create a .github/workflows/release_prep.sh script"
109109 exit 1
110110 fi
111- .github/workflows/release_prep.sh ${{ inputs.tag_name || github.ref_name }} > release_notes.txt
111+ .github/workflows/release_prep.sh ${{ github.ref_name }} > release_notes.txt
112112
113113 - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
114114 id : upload-release-files
You can’t perform that action at this time.
0 commit comments