Skip to content

Commit

Permalink
remove incorrect line (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
FyzHsn authored Feb 13, 2023
1 parent ff63897 commit 36f10b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
git config user.name "CovalentOpsBot"
git config user.email "[email protected]"
git remote set-url origin https://${{ secrets.COVALENT_OPS_BOT_TOKEN }}@github.com/AgnostiqHQ/covalent-braket-plugin.git
cd covalent-braket-plugin
git push origin HEAD:main
release=true
fi
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

- Minor fix to tests workflow.

## [0.22.1] - 2023-02-10

### Fixed
Expand Down

0 comments on commit 36f10b4

Please sign in to comment.