Skip to content

Commit

Permalink
Update package version to 3.2.0 in GitHub workflow
Browse files Browse the repository at this point in the history
The version number within the GitHub workflow was increased from 3.1.0 to 3.2.0. This change will affect how packages are labeled and identified, providing an updated classification under the specified version.
  • Loading branch information
sfmskywalker committed Mar 30, 2024
1 parent cfcc573 commit 0a3b6c0
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 @@ -58,7 +58,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.1.0-${PACKAGE_PREFIX}.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.2.0-${PACKAGE_PREFIX}.${{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 0a3b6c0

Please sign in to comment.