Skip to content

Commit

Permalink
Update release candidate version in workflow
Browse files Browse the repository at this point in the history
Increment the release candidate version from rc5 to rc6 in the packages.yml GitHub Actions workflow file. This ensures the versioning reflects the latest changes and continues the correct sequence.
  • Loading branch information
sfmskywalker committed Aug 16, 2024
1 parent eb72bc9 commit 786a4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.2.0-rc5.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.2.0-rc6.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Build workflow designer client assets
working-directory: ./src/modules/Elsa.Studio.Workflows.Designer/ClientLib
Expand Down

0 comments on commit 786a4a1

Please sign in to comment.