Skip to content

Commit

Permalink
test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 14, 2023
1 parent a9b3a4d commit ae83e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
outputs:
release_type: ${{ steps.check_release.outputs.type }}
steps:
- name: set env var for test
run: echo "TAG_TEST=123" >> $GITHUB_ENV
- name: Check release type
id: check_release
run: |
TYPE="release-candidate"
echo "tag test is $TAG_TEST"
echo "type: ${TYPE}"
echo "RELEASE_SUFFIX=-rc" >> $GITHUB_ENV
echo "type=${TYPE}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ae83e05

Please sign in to comment.