Skip to content

Commit

Permalink
Revert "fix(release-automation): 💚 stupid hack to add tag in CI" (#1167)
Browse files Browse the repository at this point in the history
Revert "fix(release-automation): 💚 stupid hack to add tag in CI (#1161)"

This reverts commit 9ea9897.
  • Loading branch information
whizzzkid authored Feb 22, 2023
1 parent 9ea9897 commit 3767377
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 3767377

Please sign in to comment.