Skip to content

Commit

Permalink
Fix formatting issues in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 25, 2024
1 parent 456c652 commit 14343ca
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Release web assets from the latest successful build action into a certain release
name: Release web assets

on: workflow_dispatch
inputs:
- name: rel_tag
description: Files are inserted into the release with this tag
type: string
required: false
default: 'PORTAL_RELEASE_20210718'
on:
workflow_dispatch:
inputs:
rel_tag:
description: Files are inserted into the release with this tag
type: string
required: false
default: PORTAL_RELEASE_20210718

jobs:
do-release:
Expand Down

0 comments on commit 14343ca

Please sign in to comment.