Skip to content

Commit 08d15bf

Browse files
committed
Fuck you github
1 parent 3fc753f commit 08d15bf

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,12 @@ jobs:
2121
with:
2222
submodules: true
2323

24-
- name: Create release branch and bump version
24+
- name: Bump version
2525
env:
2626
REF: ${{ github.ref }}
2727
run: |
28-
BRANCH=release/${REF:10}
29-
git config --local user.email "[email protected]"
30-
git config --local user.name "Convoy CI"
31-
git checkout -b $BRANCH
32-
git push -u origin $BRANCH
3328
sed -i 's/"version": "0.0.0",/"version": "'"${REF:11}"'",/' package.json
3429
sed -i "s/version = \"0.0.0\"/version = \"${REF:11}\"/" src-rust/Cargo.toml
35-
git add package.json
36-
git add src-rust/Cargo.toml
37-
git commit -m "bump version for release"
38-
git push -u origin $BRANCH
3930
4031
- name: Generate Image Metadata
4132
id: meta

0 commit comments

Comments
 (0)