Skip to content

Commit b749bfb

Browse files
committed
πŸ”– Bump version to 1.6.1
1 parent 9eddafa commit b749bfb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

β€Ž.github/workflows/deploy.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

β€ŽACKLocalization.podspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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.

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
- <description> (#<PR_number>, kudos to @<author>)
77
```
88

9-
## master
9+
## main
10+
11+
## 1.6.1
1012

1113
### Fixed
1214

0 commit comments

Comments
Β (0)