Skip to content

Commit fda4794

Browse files
committed
Release 0.1.0
1 parent 146f7fd commit fda4794

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- v*
77

88
jobs:
9-
push:
9+
release:
1010
runs-on: ubuntu-latest
1111

12+
environment: rubygems
13+
1214
permissions:
1315
contents: write
1416
id-token: write
@@ -20,6 +22,8 @@ jobs:
2022
uses: ruby/setup-ruby@v1
2123
with:
2224
ruby-version: '3.2.2'
25+
- name: Install gems
26+
run: bundle install
2327

2428
# Release
2529
- uses: rubygems/release-gem@v1

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
code0-license (0.1.0.pre.release.testing)
4+
code0-license (0.1.0)
55

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

lib/code0/license/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Code0
44
class License
5-
VERSION = "0.1.0.pre.release.testing"
5+
VERSION = "0.1.0"
66
end
77
end

0 commit comments

Comments
 (0)