Skip to content

Commit

Permalink
build release 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asteny committed Oct 9, 2024
1 parent bdbe840 commit 6294afc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/soperator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
- name: Get Version
id: get_version
run: |
echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
echo "FILE_VERSION=$(cat VERSION | tr '.' '_' | tr '-' '_')" >> $GITHUB_ENV
echo "VERSION=$(cat soperator/VERSION)" >> $GITHUB_ENV
echo "FILE_VERSION=$(cat soperator/VERSION | tr '.' '_' | tr '-' '_')" >> $GITHUB_ENV
- name: Create GitHub Release and Upload terraform tarball
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.VERSION }}
tag_name: soperator-v${{ env.VERSION }}
name: Soperator terraform v${{ env.VERSION }}
draft: false
prerelease: false
Expand Down

0 comments on commit 6294afc

Please sign in to comment.