Skip to content

Commit 5c0a735

Browse files
committed
Update version
1 parent b2f3ec4 commit 5c0a735

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: |
4949
MAJOR_VERSION=$(echo ${{ github.ref_name }} | sed -E 's/^v([0-9]+)\..*/v\1/')
5050
git tag -fa $MAJOR_VERSION -m "Update $MAJOR_VERSION tag to ${{ github.ref_name }}"
51-
git push origin $MAJOR_VERSION
51+
git push origin $MAJOR_VERSION --force

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abp-localization-sync",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GitHub Action to sync localization data with Google Sheets",
55
"main": "dist/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)