File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 run : swift build --static-swift-stdlib --configuration release
1717 - name : Get tag name
1818 id : get_version
19- run : echo ::set-output name= VERSION:: ${GITHUB_REF/refs\/tags\//}
19+ run : echo " VERSION= ${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
2020 - name : Archive
2121 run : |
2222 mv "`swift build --show-bin-path --configuration release`/ACKLocalization" .
2323 zip -r "acklocalization-${{ steps.get_version.outputs.VERSION }}.zip" LICENSE ACKLocalization
24- - uses : xresloader/upload-to-github-release@v1
24+ - uses : xresloader/upload-to-github-release@v1.3.12
2525 if : startsWith(github.ref, 'refs/tags/')
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'ACKLocalization'
3- s . version = '1.6.0 '
3+ s . version = '1.6.1 '
44 s . summary = 'Localize app from Google Spreadsheet'
55
66# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 66- <description> (#<PR_number>, kudos to @<author>)
77```
88
9- ## master
9+ ## main
10+
11+ ## 1.6.1
1012
1113### Fixed
1214
You canβt perform that action at this time.
0 commit comments