Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire authored Oct 24, 2023
1 parent 1129b71 commit f085b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
with:
personal_token: ${{ secrets.COMMIT_TOKEN }}
publish_dir: ./target/staging
publish_branch: (github.event_name == 'workflow_dispatch' && github.event.inputs.pages-branch) || 'nist-pages'
publish_branch: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.pages-branch) || 'nist-pages' }}

0 comments on commit f085b83

Please sign in to comment.