Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 25, 2024
1 parent 5914b6e commit fe1fe24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
if: contains(fromJSON(format('["rc", "alpha", "{0}"]', github.job)), needs.validate-preconditions.outputs.release_type)
environment: release
steps:
- name: Test
run: echo '${{format('["rc", "alpha", "{0}"]', github.job)}}'

- name: Checkout Repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fe1fe24

Please sign in to comment.