Skip to content

Commit

Permalink
Try to fix github release ... again
Browse files Browse the repository at this point in the history
  • Loading branch information
Patralos committed Aug 24, 2023
1 parent 07890a0 commit 28cd63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ release_job_github:
- git remote add public https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/Syslifters/sysreptor.git
- git config --global user.email $GITHUB_USER_MAIL
- git config --global user.name $GITHUB_USERNAME
- git push public main
# Upload to GitHub
- gh release create "${VERSION_NUMBER}" /tmp/source-prebuilt.tar.gz --title="${VERSION_NUMBER}" --target="${CI_COMMIT_SHA}"

Expand Down

0 comments on commit 28cd63c

Please sign in to comment.