Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcunningham7 committed Sep 29, 2022
1 parent e315c10 commit 0b55850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
cd dist
tar xzf covalent-ec2-plugin-${VERSION}.tar.gz
diff -r covalent-ec2-plugin-${VERSION}/covalent_ec2_plugin ../covalent_ec2_plugin
diff -r covalnet-ec2-plugin-${VERSION}/infra ../infra
diff -r covalent-ec2-plugin-${VERSION}/infra ../infra
rm -rf covalent-ec2-plugin-${VERSION}/
- name: Upload Distribution
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Fixed

- Typo in `release.yml`

## [0.5.0] - 2022-09-29

### Added
Expand Down

0 comments on commit 0b55850

Please sign in to comment.