Skip to content

Commit

Permalink
Revert "Publish Update"
Browse files Browse the repository at this point in the history
This reverts commit 64c013c.
  • Loading branch information
oscb committed Jun 29, 2023
1 parent 64c013c commit 370e1be
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:
push:
branches:
- main
tags:
- v*

jobs:
build-and-publish:
env:
HUSKY: 0

if: startsWith(github.event.head_commit.message, 'Publish') == true
runs-on: ubuntu-20.04

timeout-minutes: 15

strategy:
matrix:
node-version: [18.x]
Expand Down Expand Up @@ -56,28 +56,3 @@ jobs:
- name: Publish
run: |
yarn lerna publish from-git --yes --allowBranch=main
# Aqui viene el OB
# Clone monoservice
# NPM Upgrade
# Git add -A
# GH PR

- name: Clone Monoservice
uses: actions/checkout@v3
with:
path: monoservice
repository: '[email protected]:segmentio/integrations.git'
token: ${{ secrets.GH_PAT }}

- name: Upgrade
run: |
yarn upgrade --latest @segment/actions-core @segment/action-destinations
- name: Commit
run: |
git add -A && git commit -m "Upgrade Actions (Test)"
- name: Pull Request
run: |
gh pr create -d -t "Upgrade Actions" --body "Test"

0 comments on commit 370e1be

Please sign in to comment.