Skip to content

Commit

Permalink
No Whammy
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinstrom committed Feb 29, 2024
1 parent cc11df4 commit 0331d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/signrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Extract version and rawname from module.xml
id: extract_info
run: |
version=$(awk -F'[><]' '/<version>/{print $3}' /location/of/module/module.xml)
rawname=$(awk -F'[><]' '/<rawname>/{print $3}' /location/of/module/module.xml)
version=$(awk -F'[><]' '/<version>/{print $3}' module.xml)
rawname=$(awk -F'[><]' '/<rawname>/{print $3}' module.xml)
echo "::set-output name=version::$version"
echo "::set-output name=rawname::$rawname"
Expand Down

0 comments on commit 0331d17

Please sign in to comment.