Skip to content

Commit

Permalink
fix: fetch pre-release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Mar 21, 2023
1 parent 245a188 commit 71d35fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: InsonusK/get-latest-release@v1.0.1
with:
myToken: ${{ github.token }}
exclude_types: "draft|prerelease"
exclude_types: "draft"
view_top: 10
- name: "Print release name"
run: |
Expand Down

0 comments on commit 71d35fd

Please sign in to comment.