File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
fetch-depth : 0
15
15
- name : Fetch the lastest release version
16
16
id : fetch_latest_release
17
- uses : thebritican/fetch- latest-release@v2
17
+ uses : pozetroninc/github-action-get- latest-release@master
18
18
with :
19
- github_token : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
19
+ repository : ${{ github.repository }}
20
+ excludes : prerelease, draft
20
21
- uses : actions/checkout@v2
21
22
with :
22
23
repository : pusher/actions
25
26
- uses : ./.github/actions/prepare-version-bump
26
27
id : bump
27
28
with :
28
- current_version : ${{ steps.fetch_latest_release.outputs.tag_name }}
29
+ current_version : ${{ steps.fetch_latest_release.outputs.release }}
29
30
- uses : actions/setup-node@v3
30
31
- name : " Bump podspec versions"
31
32
run : |
You can’t perform that action at this time.
0 commit comments