Skip to content

Commit ec5a034

Browse files
authored
Merge pull request #234 from wp-graphql/claude-code
ci: trigger release
2 parents 5d05ae2 + 7d43535 commit ec5a034

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-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

0 commit comments

Comments
 (0)