We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6befc34 commit ec6fbfeCopy full SHA for ec6fbfe
.github/workflows/release.yml
@@ -17,12 +17,12 @@ jobs:
17
run: |
18
sudo npm install --global --silent @bazel/buildozer
19
20
- VERSION_ERLANG_MK="$(sed -ne 's/PROJECT_VERSION = \(.*\)/\1/p' Makefile)"
+ # VERSION_ERLANG_MK="$(sed -ne 's/PROJECT_VERSION = \(.*\)/\1/p' Makefile)"
21
22
- if [[ "${{ github.ref_name }}" != "v$VERSION_ERLANG_MK" ]]; then
23
- echo "Version in Makefile ($VERSION_ERLANG_MK) does not match tag (${{ github.ref_name }})"
24
- exit 1
25
- fi
+ # if [[ "${{ github.ref_name }}" != "v$VERSION_ERLANG_MK" ]]; then
+ # echo "Version in Makefile ($VERSION_ERLANG_MK) does not match tag (${{ github.ref_name }})"
+ # exit 1
+ # fi
26
27
VERSION_BAZEL="$(cat MODULE.bazel | buildozer 'print version' -:%module)"
28
0 commit comments