Skip to content

Commit

Permalink
Correct Snapcraft workflow to update version (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Mar 21, 2023
1 parent 76aeb35 commit 546785e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
product: wayback
channel: stable
publish: true
release: true
secrets:
wayback-ipfs-apikey: ${{ secrets.WAYBACK_IPFS_APIKEY }}
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable -->
## [Unreleased]

## [0.19.1] - 2023-03-21

### Fixed
- Correct Snapcraft workflow to update version ([#351](https://github.com/wabarc/wayback/pull/351))

## [0.19.0] - 2023-03-21

### Added
Expand Down

0 comments on commit 546785e

Please sign in to comment.