Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
nbradac authored Jun 26, 2024
1 parent dc58d69 commit 316e4f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -57,13 +57,7 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each
id: asdf
uses: nbradac/version-action@master
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 }}
version-string: 1.2.3

- name: figure out versions
id: version-check

0 comments on commit 316e4f5

Please sign in to comment.