Skip to content

Commit

Permalink
Update version in GitHub workflow
Browse files Browse the repository at this point in the history
The version number in the GitHub workflow packages.yml file has been updated. Previously, the version was fixed at '3.0.0-preview', but it has now been updated to '3.0.1-preview'. This increment is important to keep the packages in sync and ensure correct operations.
  • Loading branch information
sfmskywalker committed Jan 3, 2024
1 parent fe4ab46 commit 9d7666c
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.0-preview.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.0.1-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 9d7666c

Please sign in to comment.