Skip to content

Commit

Permalink
Update releaseCreateManual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiozerSFDC authored Nov 28, 2023
1 parent abc7eed commit 663354e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/releaseCreateManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,15 @@ on:
# Jobs to be executed
jobs:
build-deploy:
<<<<<<< HEAD
runs-on: ubuntu-latest
=======
runs-on: Professiona-Services-LATAM-Ubuntu
>>>>>>> b7d8470 (Initialize develop)
container: tnascimento013/latam_salesforcedx_industries_orgdevmodebuilds:latest
environment: ${{ inputs.environment }}
steps:
- name: Installing missing CLIs / Plugins
run: echo "y" | sf plugins install sf-orgdevmode-builds

- name: "Checkout source code"
<<<<<<< HEAD
uses: actions/checkout@v3
=======
uses: Professiona-Services-LATAM/checkout@v3
>>>>>>> b7d8470 (Initialize develop)
with:
ref: ${{ inputs.ref }}

Expand All @@ -52,11 +44,7 @@ jobs:
run: git archive -o ${{ github.event.repository.name }}-${{ inputs.tag }}.zip HEAD

- name: Create tag
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: Professiona-Services-LATAM/[email protected]
>>>>>>> b7d8470 (Initialize develop)
with:
script: |
github.rest.git.createRef({
Expand All @@ -67,11 +55,7 @@ jobs:
})
- name: Upload Assets
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: Professiona-Services-LATAM/[email protected]
>>>>>>> b7d8470 (Initialize develop)
env:
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 663354e

Please sign in to comment.