forked from Plemya-x/ALR
Compare commits
2 Commits
d286041864
...
bece64c132
| Author | SHA1 | Date | |
|---|---|---|---|
| bece64c132 | |||
| 6d29b98cf7 |
@@ -16,11 +16,12 @@
|
||||
|
||||
name: E2E
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Setup alr-spec
|
||||
run: |
|
||||
uv tool install alr-spec==0.0.4
|
||||
uv tool install alr-spec==0.0.5
|
||||
|
||||
- name: Install alr
|
||||
run: |
|
||||
@@ -56,8 +56,8 @@ jobs:
|
||||
- name: Update version
|
||||
working-directory: ./alr-default/alr-git
|
||||
run: |
|
||||
alr-spec set-filed version $NEW_ALR_VERSION
|
||||
alr-spec set-filed release 1
|
||||
alr-spec set-field version $NEW_ALR_VERSION
|
||||
alr-spec set-field release 1
|
||||
|
||||
- name: Commit changes
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user