Skip to content

Commit

Permalink
Fixed docker workflow referring to deprecated stable_version input (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel authored Apr 26, 2023
1 parent 7567873 commit cbfe7d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
contents: read
env:
prerelease: ${{ inputs.prerelease }}
version: ${{ inputs.stable_verion }}
version: ${{ inputs.version }}
covalent_version: ${{ inputs.covalent_version }}
steps:
- name: Check out release tag
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

- Fixed `docker` workflow referring to deprecated `stable_version` input

## [0.24.0] - 2023-04-26

### Changed
Expand Down

0 comments on commit cbfe7d7

Please sign in to comment.