Skip to content

Commit d0265c2

Browse files
committed
🔧 Push releases to master branch
The link to the repo from the marketplace page leads to the master branch (not the release tag), so make sure it is up to date.
1 parent 0f5918a commit d0265c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ jobs:
7676
&& git tag --force -a -m"$RELEASE_TAG" "$RELEASE_TAG" \
7777
&& git tag --force -a -m"$RELEASE_TAG" "$major" \
7878
&& git tag --force -a -m"$RELEASE_TAG" "$major.$minor" \
79+
&& git push --force \
7980
&& git push --force --tags
8081
)
82+
8183
else
8284
echo "Skipping $action"
8385
fi

0 commit comments

Comments
 (0)