Skip to content

Commit

Permalink
ci: remove debug info job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 18, 2021
1 parent a2d9981 commit 5eefb59
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release ci
name: Create release
on:
push:
tags:
Expand All @@ -16,13 +16,6 @@ jobs:
- name: Archive config
run: make archive

- name: Debug info
run: |
git log -4
git describe --tags --abbrev=0
git describe --abbrev=0
ls -la release/*
- name: Build changelog
uses: mikepenz/release-changelog-builder-action@v1
id: changelog
Expand Down

0 comments on commit 5eefb59

Please sign in to comment.