Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed May 1, 2024
1 parent 146f7fd commit 7c762cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- v*

jobs:
push:
release:
runs-on: ubuntu-latest

environment: rubygems

permissions:
contents: write
id-token: write
Expand All @@ -20,6 +22,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
- name: Install gems
run: bundle install

# Release
- uses: rubygems/release-gem@v1
2 changes: 1 addition & 1 deletion lib/code0/license/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Code0
class License
VERSION = "0.1.0.pre.release.testing"
VERSION = "0.1.0"
end
end

0 comments on commit 7c762cb

Please sign in to comment.