Skip to content

Commit

Permalink
Update default version in packages workflow
Browse files Browse the repository at this point in the history
The default version in the GitHub Actions workflow for package generation has been updated. The version number has been changed from 3.0.1-preview to 3.0.4-preview. This will reflect in the published client packages when a specific version tag is not provided.
  • Loading branch information
sfmskywalker committed Jan 9, 2024
1 parent 2efaa5a commit 64b5718
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 @@ -31,7 +31,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.0.1-preview.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.0.4-preview.${{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 64b5718

Please sign in to comment.