Skip to content

Commit f610132

Browse files
committed
trigger release
1 parent d290aea commit f610132

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.changeset/fix-release-workflow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wpgraphql-ide": patch
3+
---
4+
5+
fix: remove duplicate git tag creation in release workflow

.github/workflows/release-plugin.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ jobs:
3939
run: |
4040
echo "Published: ${{ steps.changesets.outputs.published }}"
4141
42-
- name: Create and push git tag
43-
if: steps.changesets.outputs.published == 'true'
44-
run: |
45-
VERSION=${{ fromJSON(steps.changesets.outputs.publishedPackages)[0].version }}
46-
TAG="v${VERSION}"
47-
echo "Creating tag: ${TAG}"
48-
git config user.name "github-actions[bot]"
49-
git config user.email "github-actions[bot]@users.noreply.github.com"
50-
git tag -a "${TAG}" -m "Release ${TAG}"
51-
git push origin "${TAG}"
52-
5342
- name: Upload release artifact
5443
if: steps.changesets.outputs.published == 'true'
5544
uses: svenstaro/upload-release-action@v2

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn
5858

5959
- b4d7302: Test
6060

61+
6162
[View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)