Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
changed github action to fetch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Nov 18, 2022
1 parent 4eadff9 commit 3c0d0b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
path: swiftpackage/kiterable-${{ github.ref_name }}.zip
- name: Get last release
id: lastRelease
uses: pozetroninc/github-action-get-latest-release@master
uses: InsonusK/get-latest-release@v1.0.1
with:
repository: ${{ github.repository }}
excludes: prerelease, draft
myToken: ${{ github.token }}
exclude_types: draft|prerelease
view_top: 1
- name: upload iOS artifact to release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 3c0d0b5

Please sign in to comment.