Skip to content

Commit

Permalink
WIP - revert dev version to 0.0.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Zerpet committed Aug 27, 2024
1 parent 0998a04 commit 2f05c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_and_publishing_OLM_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set tag image for test version
if: startsWith(github.ref, 'refs/tags/v') == false
run: |
echo "BUNDLE_VERSION=${{ github.sha }}" >> $GITHUB_ENV
echo "BUNDLE_VERSION=0.0.0" >> $GITHUB_ENV
- name: Install and configure Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 2f05c6a

Please sign in to comment.