Skip to content

Commit

Permalink
Retry releasing
Browse files Browse the repository at this point in the history
Follow-up of #41

`fetch-depth: 0` is necessary to fetch the Git all history.

See also:
- https://github.com/ybiquitous/aufgaben/runs/3025479934
  • Loading branch information
ybiquitous committed Jul 9, 2021
1 parent b9d23d2 commit 83b22c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ All notable changes to this project will be documented in this file.

[Full diff](https://github.com/ybiquitous/aufgaben/compare/0.8.0...0.8.1)

- This version is now available on RubyGems.org! [#41](https://github.com/ybiquitous/aufgaben/pull/41)
- ~~This version is now available on RubyGems.org!~~ [#41](https://github.com/ybiquitous/aufgaben/pull/41)
→ Failed.

## 0.8.0

Expand Down
6 changes: 3 additions & 3 deletions lib/aufgaben/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.8.1module0.8.1 0.8.1Aufgaben0.8.1
0.8.1VERSION0.8.1 = "0.8.100.8.1.0.8.180.8.1.0.8.100.8.1".0.8.1freeze0.8.1
0.8.1end0.8.1
module Aufgaben
VERSION = "0.8.1".freeze
end

0 comments on commit 83b22c6

Please sign in to comment.