Skip to content
Snippets Groups Projects
Verified Commit 7a04a102 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: update ci #12

parent 7d8413cd
No related branches found
No related tags found
No related merge requests found
...@@ -320,11 +320,11 @@ in { ...@@ -320,11 +320,11 @@ in {
sed -i "s/version\s*=\s*\".*\"/version=\"''${NEWVERSION}\"/" ${config.devenv.root}/project.nix sed -i "s/version\s*=\s*\".*\"/version=\"''${NEWVERSION}\"/" ${config.devenv.root}/project.nix
${pkgs.git}/bin/git add ${config.devenv.root}/project.nix ${pkgs.git}/bin/git add ${config.devenv.root}/project.nix
${pkgs.git}/bin/git commit -m "chore: Bump version to ''${NEWVERSION} (RELEASE_IT)" ${pkgs.git}/bin/git commit -m "chore: Bump version to ''${NEWVERSION}"
${pkgs.git}/bin/git log --decorate=short --pretty=oneline ${pkgs.git}/bin/git log --decorate=short --pretty=oneline
${pkgs.git}/bin/git tag -a "''${NEWVERSION}" -m "chore: Release ''${NEWVERSION} (RELEASE_IT)" ${pkgs.git}/bin/git tag -a "''${NEWVERSION}" -m "chore: Release ''${NEWVERSION} - RELEASE_IT"
${pkgs.git}/bin/git push origin $CI_COMMIT_REF_NAME --tags ${pkgs.git}/bin/git push origin $CI_COMMIT_REF_NAME --tags
''; '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment