Merge pull request #80 from earthly/ido-update-workflows

Add --push to release update; add env vars to test workflow
This commit is contained in:
idodod 2024-03-28 11:59:57 -04:00 committed by GitHub
commit 8397bc9f5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -20,4 +20,4 @@ jobs:
with:
ref: ${{ github.ref }}
- 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 }}