Skip to content

Commit

Permalink
Revert "Add -test suffix to test creation of the release"
Browse files Browse the repository at this point in the history
This reverts commit 11ddb3a.
  • Loading branch information
insolor committed Apr 26, 2023
1 parent 11ddb3a commit a3ffbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: dist/*
tag_name: ${{ env.version }}-test
tag_name: ${{ env.version }}
draft: true

0 comments on commit a3ffbab

Please sign in to comment.