Skip to content

Commit

Permalink
Merge pull request #32 from concord-consortium/188014351-fix-release-…
Browse files Browse the repository at this point in the history
…dest-file

fix: Dest file for release.yml [PT-188014351]
  • Loading branch information
dougmartin authored Aug 28, 2024
2 parents e6d487a + cc4e3a0 commit 6ef7381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
workflow_dispatch:
inputs:
version:
description: The git tag for the version to use for index-demo.html
description: The git tag for the version to use for index.html
required: true
env:
BUCKET: models-resources
PREFIX: nass-plugin
SRC_FILE: index-top.html
DEST_FILE: index-demo.html
DEST_FILE: index.html
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ef7381

Please sign in to comment.