Skip to content

Commit

Permalink
Update test-and-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Oct 29, 2021
1 parent e7de1ef commit 6e959ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
id: get_version
run: |
echo ::set-output name=VERSION::$(git describe --tags $(git rev-list --tags --max-count=1))
- name: Create Badge
uses: emibcn/badge-action@v1
with:
label: 'Release'
status: ${{ steps.get_version.outputs.VERSION }}
color: 'blue,555,daf'
path: '.github/badges/release.svg'
- name: Git push, tag, upload assets
run: |
git checkout master
Expand Down

0 comments on commit 6e959ab

Please sign in to comment.