Compare commits
1 Commits
v0.0.1-dev
...
v0.0.1-dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eb510b13a |
@@ -14,4 +14,4 @@ jobs:
|
||||
runs-on: action-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
- uses: ./release
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
release/action.yaml
|
||||
1
justfile
1
justfile
@@ -30,5 +30,4 @@ test-workflows:
|
||||
--workflows ./.gitea/workflows/check.yaml \
|
||||
--job test-is-not-yet-released
|
||||
|
||||
# TODO
|
||||
# --image "europe-docker.pkg.dev/puzzle-and-play/docker/action-runner-job:latest" \
|
||||
|
||||
@@ -237,6 +237,7 @@ if __name__ == '__main__':
|
||||
parser = ArgumentParser()
|
||||
parser.add_argument('action', choices=[
|
||||
# TODO missing: adjust version (development)
|
||||
# TODO missing: check if release already exists
|
||||
'declare',
|
||||
'check',
|
||||
'add-artefact',
|
||||
|
||||
Reference in New Issue
Block a user