Skip to content

Commit

Permalink
test output
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Sep 19, 2023
1 parent 4264124 commit cca487c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Share release version
id: release_version
run: printf 'version=%s\n' "${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: check
run: printf 'ohaider %s\n' ${{ steps.release_version.outputs.version }}


- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit cca487c

Please sign in to comment.