Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradac authored Jun 26, 2024
1 parent c9f0b7a commit 9b3e931
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each
branch-snapshot-version: ${{ steps.version-check.outputs.branch-snapshot-version }}
steps:

- name: asdf
id: asdf
uses: nbradac/version-action
with:
who-to-greet: 'Mona the Octocat'
- run: |
echo random-number "$RANDOM_NUMBER"
exit 1
shell: bash
env:
RANDOM_NUMBER: ${{ steps.asdf.outputs.random-number }}
- name: figure out versions
id: version-check
run: |
Expand Down

0 comments on commit 9b3e931

Please sign in to comment.