We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9946268 commit 728d8e3Copy full SHA for 728d8e3
.github/workflows/gem-push.yml
@@ -93,7 +93,7 @@ jobs:
93
git commit -m "chore: bump version to ${{ env.VERSION }}" || echo "No changes to commit"
94
95
- name: Push to release branch
96
- run: git push origin HEAD:${{ env.RELEASE_BRANCH }} --force
+ run: git push origin HEAD:refs/heads/${{ env.RELEASE_BRANCH }} --force
97
98
- name: Create or update PR with auto-merge label
99
env:
askclass-course-theme.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |spec|
2
spec.name = "askclass-course-theme"
3
- spec.version = "0.18.1"
+ spec.version = "0.19.0"
4
spec.authors = ["AskClass"]
5
spec.email = ["team@askclass.com"]
6
0 commit comments