Skip to content

Commit 3c79536

Browse files
Mazyodclaude
andcommitted
Remove tag re-push from publish workflow
Tag protection rules prevent force-pushing tags. Accept that OpenUPM will see the version from the previous release instead. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent ca476a8 commit 3c79536

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
git add src/PhoenixSharp.Unity/Assets/Plugins/PhoenixSharp/package.json README.md
6363
git diff --staged --quiet || git commit -m "chore: bump version to ${{ steps.version.outputs.VERSION }}"
6464
git push origin HEAD:master
65-
# Re-tag to include this commit so OpenUPM sees correct version
66-
git tag -f ${{ github.event.release.tag_name }}
67-
git push origin ${{ github.event.release.tag_name }} --force
6865
6966
- name: Restore dependencies
7067
run: dotnet restore Phoenix/Phoenix.csproj

0 commit comments

Comments
 (0)