Skip to content

Commit

Permalink
Merge pull request #10576 from Siglud/hotfix/dashboard-templates
Browse files Browse the repository at this point in the history
build: rollback version
  • Loading branch information
eriolchan committed Dec 21, 2023
2 parents 17c99f3 + c2061b3 commit 08e0f3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
echo "CHANGED=$(git tag --points-at HEAD | xargs)" >> $GITHUB_OUTPUT
echo "TEMPLATE_VERSION=$(git tag --points-at HEAD | grep templates)" >> $GITHUB_OUTPUT
echo "EXTENSION_VERSION=$(git tag --points-at HEAD | grep ms-teams-vscode-extension@)" >> $GITHUB_OUTPUT
git tag --points-at HEAD | grep templates | grep rc | xargs git push -d origin
- name: update template rc tag
uses: richardsimko/update-tag@v1.0.7
Expand Down
2 changes: 1 addition & 1 deletion packages/fx-core/src/common/templates-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "~4.1",
"version": "0.0.0-rc",
"tagPrefix": "templates@",
"tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt",
"templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download",
Expand Down
2 changes: 1 addition & 1 deletion templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templates",
"version": "4.1.1",
"version": "4.1.1-rc-hotfix.0",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 08e0f3c

Please sign in to comment.