Skip to content

Commit b4899dc

Browse files
committed
fixup! Rename CommonMarker to QiitaMarker
1 parent 844f970 commit b4899dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- c-api-stable
88
paths:
9-
- "lib/commonmarker/version.rb"
9+
- "lib/qiita_marker/version.rb"
1010

1111
jobs:
1212
c_gem:
@@ -71,7 +71,7 @@ jobs:
7171
- name: Get current version
7272
id: version-label
7373
run: |
74-
VERSION=$(grep VERSION lib/commonmarker/version.rb | head -n 1 | cut -d'"' -f2)
74+
VERSION=$(grep VERSION lib/qiita_marker/version.rb | head -n 1 | cut -d'"' -f2)
7575
echo "version=${VERSION}" >> $GITHUB_OUTPUT
7676
7777
- name: Create tag

0 commit comments

Comments
 (0)