Skip to content

Commit

Permalink
bugfix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
InsonusK committed Jul 6, 2023
1 parent 98b60a1 commit 03b5973
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./
with:
myToken: ${{ github.token }}
exclude_types: "release"
exclude_types: "release|prerelease"
- name: "Print result"
run: |
echo "id: ${{ steps.last_release.outputs.id }}"
Expand Down Expand Up @@ -98,6 +98,7 @@ jobs:
uses: ./
with:
myToken: ${{ github.token }}
exclude_types: "draft|prerelease"
- name: "Print result"
run: |
echo "id: ${{ steps.last_release.outputs.id }}"
Expand Down Expand Up @@ -139,7 +140,7 @@ jobs:
uses: ./
with:
myToken: ${{ github.token }}
exclude_types: "release"
exclude_types: "release|draft|prerelease"
view_top: 1
- name: "Print result"
run: |
Expand Down

0 comments on commit 03b5973

Please sign in to comment.