Skip to content

Commit

Permalink
Revert "fix(release-automation): 👽 Tags are not being created. (#1287)"
Browse files Browse the repository at this point in the history
This reverts commit 3229c2a.
  • Loading branch information
whizzzkid committed Sep 21, 2023
1 parent 3229c2a commit 810d4e8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- main
- rc/3.0-mv3

env:
XDG_CACHE_HOME: ${{ github.workspace }}/.cache
Expand Down Expand Up @@ -98,19 +99,16 @@ jobs:
needs: [test]
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.11
- uses: google-github-actions/release-please-action@v3.7.3
with:
changelog-notes-type: github
command: manifest-pr
include-v-in-tag: true
release-as: v3.0.0
release-type: node
changelog-notes-type: github

release-assets:
runs-on: ubuntu-latest
needs: [test]
if: |
contains(github.ref, 'refs/tags/') &&
(contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/rc/3.0-mv3') &&
(github.event_name == 'push' || github.event_name == 'workflow_dispatch')
steps:
- name: Check out Git repository
Expand Down

0 comments on commit 810d4e8

Please sign in to comment.