Skip to content

Commit 728d8e3

Browse files
committed
fix: Hopefully this fixes the git push next time
1 parent 9946268 commit 728d8e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
git commit -m "chore: bump version to ${{ env.VERSION }}" || echo "No changes to commit"
9494
9595
- name: Push to release branch
96-
run: git push origin HEAD:${{ env.RELEASE_BRANCH }} --force
96+
run: git push origin HEAD:refs/heads/${{ env.RELEASE_BRANCH }} --force
9797

9898
- name: Create or update PR with auto-merge label
9999
env:

askclass-course-theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "askclass-course-theme"
3-
spec.version = "0.18.1"
3+
spec.version = "0.19.0"
44
spec.authors = ["AskClass"]
55
spec.email = ["team@askclass.com"]
66

0 commit comments

Comments
 (0)