From 591bb839fcbdbe2cc3288826cce59992701a433e Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:38:25 -0700 Subject: [PATCH] Revert "fix(release-automation): :green_heart: stupid hack to add tag in CI (#1161)" This reverts commit 9ea9897477ae6e6f59a2edefd1c4bf9d881d72a8. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02620a623..94b2afb36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,13 +99,9 @@ jobs: if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') steps: - uses: google-github-actions/release-please-action@v3.7.3 - id: release with: command: manifest-pr changelog-notes-type: github - - name: Tag Release - if: ${{ steps.release.outputs.release_created }} != 'true' - run: 'git tag -a v${{ steps.release.outputs.ipfs-companion--tag_name }} -m "chore(main): release ipfs-companion ${{ steps.release.outputs.ipfs-companion--tag_name }}" && git push origin v${{ steps.release.outputs.ipfs-companion--tag_name }}' release-assets: runs-on: ubuntu-latest