Skip to content

Commit

Permalink
🔖 Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Oct 16, 2023
1 parent 9eddafa commit b749bfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
run: swift build --static-swift-stdlib --configuration release
- name: Get tag name
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
- name: Archive
run: |
mv "`swift build --show-bin-path --configuration release`/ACKLocalization" .
zip -r "acklocalization-${{ steps.get_version.outputs.VERSION }}.zip" LICENSE ACKLocalization
- uses: xresloader/upload-to-github-release@v1
- uses: xresloader/upload-to-github-release@v1.3.12
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion ACKLocalization.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ACKLocalization'
s.version = '1.6.0'
s.version = '1.6.1'
s.summary = 'Localize app from Google Spreadsheet'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
- <description> (#<PR_number>, kudos to @<author>)
```

## master
## main

## 1.6.1

### Fixed

Expand Down

0 comments on commit b749bfb

Please sign in to comment.