Skip to content

Commit

Permalink
Try one more time to fix release number
Browse files Browse the repository at this point in the history
  • Loading branch information
jomann09 committed Feb 8, 2024
1 parent 21048fb commit 831e1a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:

- name: Set Version and Plugin
run: |
VERSION=$(echo '${{ github.ref_name }}' | grep "[[:digit:]].*" -o)
sed -i 's/VERSION_ID/$VERSION/' rcagent/rcagent.inc.php
sed -i 's/VERSION_ID/'$(echo '${{ github.ref_name }}' | grep "[[:digit:]].*" -o)'/' rcagent/rcagent.inc.php
cp plugins/check_rcagent.py rcagent/plugins/check_rcagent.py
chmod +x rcagent/plugins/check_rcagent.py
Expand Down

0 comments on commit 831e1a2

Please sign in to comment.