Skip to content

Commit a3299eb

Browse files
committed
Remove unnecessary lines
1 parent 59d2596 commit a3299eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/draft.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,10 @@ jobs:
6262
make check
6363
make artifacts
6464
65-
- name: 'Get Previous tag'
66-
id: previous_tag
67-
uses: "WyriHaximus/github-action-get-previous-tag@v1"
68-
with:
69-
fallback: 0.0.0
70-
7165
- name: Release
7266
uses: softprops/action-gh-release@v2
73-
# if: startsWith(github.ref, 'refs/tags/')
7467
with:
7568
tag_name: draftbuild
76-
# tag_name: ${{ steps.previous_tag.outputs.tag }}
7769
files: |
7870
tokenize-*.tar.gz
7971

0 commit comments

Comments
 (0)