We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844f970 commit b4899dcCopy full SHA for b4899dc
.github/workflows/tag_and_release.yml
@@ -6,7 +6,7 @@ on:
6
branches:
7
- c-api-stable
8
paths:
9
- - "lib/commonmarker/version.rb"
+ - "lib/qiita_marker/version.rb"
10
11
jobs:
12
c_gem:
@@ -71,7 +71,7 @@ jobs:
71
- name: Get current version
72
id: version-label
73
run: |
74
- VERSION=$(grep VERSION lib/commonmarker/version.rb | head -n 1 | cut -d'"' -f2)
+ VERSION=$(grep VERSION lib/qiita_marker/version.rb | head -n 1 | cut -d'"' -f2)
75
echo "version=${VERSION}" >> $GITHUB_OUTPUT
76
77
- name: Create tag
0 commit comments