Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
delete problematic lines
  • Loading branch information
pharos-alexandria committed Aug 4, 2024
1 parent 41420e4 commit 77d129a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ jobs:
DATE=`date +%Y-%m-%d`
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
lasttag=$(git describe --tags $(git rev-list --tags --max-count=1))
history=$(git log $lasttag..HEAD --oneline)
export GIT_TAG=$MAJOR_VERSION.$MINOR_VERSION.$GITHUB_RUN_ID
git add -A
git commit -m "Removed failing files" -m "Release $GIT_TAG"
git tag $GIT_TAG -a -m "CHANGES" -m "$history" -m "$DATE" -m "PASSING FILES" -m "$results"
git tag $GIT_TAG -a -m "$DATE" -m "PASSING FILES" -m "$results"
git push -q origin "${GIT_TAG}"
ls -R
- name: Create release
Expand Down

0 comments on commit 77d129a

Please sign in to comment.