Skip to content

Commit 54f41de

Browse files
committed
remove gh action publish
1 parent 4f53fb3 commit 54f41de

File tree

4 files changed

+7
-25
lines changed

4 files changed

+7
-25
lines changed

.github/workflows/publish.yml

-22
This file was deleted.

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## [Unreleased]
2-
## [0.1.2] - 2024-03-02
2+
## [0.1.3] - 2024-03-02
33
PUBLIC RELEASE
4+
remove github actions to publish to rubygems, easier to run rake release
5+
6+
## [0.1.2] - 2024-03-02
7+
add github actions to publish to rubygems
48

59
## [0.1.1] - 2024-03-03
610
### Changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clsx (0.1.1)
4+
clsx (0.1.3)
55

66
GEM
77
remote: https://rubygems.org/

lib/clsx/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CLSX
4-
VERSION = "0.1.2"
4+
VERSION = "0.1.3"
55
end

0 commit comments

Comments
 (0)