Skip to content

Commit

Permalink
Remove version.sbt and update release action version
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Roberts <[email protected]>
  • Loading branch information
Rowanne Kabalan and paulmr committed Nov 22, 2023
1 parent 22a6f22 commit 412ab5c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: 'Publish Release'

on:
workflow_dispatch:
inputs:
isSnapshot:
description: Produce a snapshot release
required: true
default: true
type: boolean

release:
types: [published]
jobs:
sbt_release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 412ab5c

Please sign in to comment.