Add --push to release update; add env vars to test wk action

This commit is contained in:
Ido David 2024-03-28 10:39:11 -04:00
parent 6e152169bd
commit 912659321b
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ env:
jobs: jobs:
unit: unit:
name: earthly +all name: earthly +all
env:
FORCE_COLOR: 1
EARTHLY_CONVERSION_PARALLELISM: "5"
EARTHLY_INSTALL_ID: "earthly-actions-setup-githubactions"
strategy: strategy:
matrix: matrix:
platform: [ubuntu-latest] platform: [ubuntu-latest]

View File

@ -20,4 +20,4 @@ jobs:
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: Update Branch - name: Update Branch
run: earthly --ci -P +merge-release-to-major-branch --RELEASE_TAG=${{ github.ref }} run: earthly --ci -P --push +merge-release-to-major-branch --RELEASE_TAG=${{ github.ref }}