Skip to content

Commit e5fb4c7

Browse files
committed
build: test iteration
1 parent e220615 commit e5fb4c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_async.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ env:
1212
jobs:
1313
compute_tags:
1414
runs-on: ubuntu-latest
15+
#https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/passing-information-between-jobs
16+
outputs:
17+
tag_latest: ${{ steps.compute-tags.outputs.tag_latest }}
18+
tag_version: ${{ steps.compute-tags.outputs.tag_version }}
1519
steps:
1620
- name: Checkout
1721
uses: actions/checkout@v3

0 commit comments

Comments
 (0)