Skip to content

Commit

Permalink
Update release-workflows.yaml
Browse files Browse the repository at this point in the history
version coulnd't be used in the same context. now id: version
  • Loading branch information
MWest2020 authored Sep 6, 2024
1 parent f76c00e commit bae4c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0 # Fetch the whole repo history

- name: Get current version and increment
id: version
id: increment_version
run: |
current_version=$(grep -oP '(?<=<version>)[^<]+' appinfo/info.xml)
IFS='.' read -ra version_parts <<< "$current_version"
Expand Down

0 comments on commit bae4c15

Please sign in to comment.