Skip to content

Commit

Permalink
✏️ fix typo in workflow (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer authored Jul 1, 2024
1 parent d0e8e7b commit b26b05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-mqt-core-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
id: update-version
if: steps.compare-versions.outputs.update == 'true'
run: |
sed -i 's/set(MQT_CORE_VERSION.*/set(MQT_CORE_VERSION ${{ steps.detemine-new-version-and-revision.outputs.new_version }}/' cmake/ExternalDependencies.cmake
sed -i 's/set(MQT_CORE_REV.*/set(MQT_CORE_REV "${{ steps.detemine-new-version-and-revision.outputs.new_revision }}"/' cmake/ExternalDependencies.cmake
sed -i 's/set(MQT_CORE_VERSION.*/set(MQT_CORE_VERSION ${{ steps.determine-new-version-and-revision.outputs.new_version }}/' cmake/ExternalDependencies.cmake
sed -i 's/set(MQT_CORE_REV.*/set(MQT_CORE_REV "${{ steps.determine-new-version-and-revision.outputs.new_revision }}"/' cmake/ExternalDependencies.cmake
git diff
# Create a pull request to merge the changes into the main branch.
- name: Create pull request
Expand Down

0 comments on commit b26b05d

Please sign in to comment.