Skip to content

Commit

Permalink
Fix publish filebase (#1)
Browse files Browse the repository at this point in the history
* Fixes Publishing Filebase
  • Loading branch information
jtsmedley authored Aug 30, 2022
1 parent 386fc66 commit 91563b4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
with:
path: docs
key: ${{ github.sha }}-web3
- name: Reports Cache
uses: actions/cache@v3
with:
path: docs
key: ${{ github.sha }}-filebase
- name: Scheduled deployment
uses: s0/git-publish-subdir-action@77ba3d841ebd413837b5e72676bd9e54e537f3f8
env:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.0](https://github.com/ipfs-shipyard/pinning-service-compliance/compare/v1.1.6...v1.2.0) (2022-08-29)


### Features

* Add Filebase pinning service ([#180](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/180)) ([43954a8](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/43954a855dbb675f54793ced44204e474ac56f78))

## [1.1.6](https://github.com/ipfs-shipyard/pinning-service-compliance/compare/v1.1.5...v1.1.6) (2022-08-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ipfs-shipyard/pinning-service-compliance",
"version": "1.1.6",
"version": "1.2.0",
"description": "",
"author": "Russell Dempsey <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 91563b4

Please sign in to comment.