Skip to content

Commit

Permalink
Fix githib actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Sep 26, 2022
1 parent a95aaed commit 84cee07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ on:

jobs:

generate-tag:
runs-on: ubuntu-20.04
outputs:
tag: ${{ steps.get_tag.outputs.GIT_TAG }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get tags
id: get_tag
uses: ./actions/version-tag

generate-schema:
runs-on: ubuntu-20.04
container:
Expand Down

0 comments on commit 84cee07

Please sign in to comment.