We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 260945d + cf594f7 commit 18c5832Copy full SHA for 18c5832
.bcr/config.yml
@@ -12,7 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-fixedReleaser:
16
- login: f0rmiga
17
- email: [email protected]
18
moduleRoots: [".", "gazelle"]
.github/workflows/release.yml
@@ -70,6 +70,10 @@ jobs:
70
needs: publish_bcr
71
runs-on: ubuntu-latest
72
steps:
73
+ - name: Checkout
74
+ uses: actions/checkout@v5
75
+ with:
76
+ ref: ${{ github.tag_name || github.ref_name }}
77
- if: github.event_name == 'push' || github.event.inputs.publish_to_pypi
78
env:
79
# This special value tells pypi that the user identity is supplied within the token
0 commit comments