Skip to content

Commit

Permalink
Fix deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjak committed Nov 20, 2023
1 parent 3ce2c09 commit 0d10ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Publish Package

on:
release:
types:
- created
workflow_dispatch:
inputs:
packagePrefix:
required: true
default: 'SNAPSHOT'
description: "Packages require a package version, Keep SNAPSHOT for snapshot upload. Replace SNAPSHOT for a staging deploy."
release:
types:
- created

jobs:
build:
Expand Down

0 comments on commit 0d10ada

Please sign in to comment.