Skip to content

Commit

Permalink
remove gh action publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHorsley committed Mar 3, 2024
1 parent 4f53fb3 commit 54f41de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/publish.yml

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [Unreleased]
## [0.1.2] - 2024-03-02
## [0.1.3] - 2024-03-02
PUBLIC RELEASE
remove github actions to publish to rubygems, easier to run rake release

## [0.1.2] - 2024-03-02
add github actions to publish to rubygems

## [0.1.1] - 2024-03-03
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clsx (0.1.1)
clsx (0.1.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/clsx/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CLSX
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit 54f41de

Please sign in to comment.