Skip to content

Commit

Permalink
Attempt to make the new workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Mar 27, 2021
1 parent 2e4e17c commit a83eca0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Release tests
name: Versions
on:
release:
types: [ published ]

jobs:
deploy:
name: Publish artifacts
name: Versions test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -20,3 +20,5 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: outputVersionDebug
env:
WHATEVER: test

0 comments on commit a83eca0

Please sign in to comment.