Skip to content

Commit

Permalink
👷 Include examples in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Oct 27, 2023
1 parent e8cb118 commit 4a6b593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
main-root:
runs-on: ubuntu-latest
if: "github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli'"
if: github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli'
steps:
- name: Echo a message
id: is-main-root
Expand Down Expand Up @@ -106,6 +106,7 @@ jobs:
with:
dry_run: ${{ inputs.dry_run }}
version: ${{ needs.build_tag.outputs.version }}
extras: "${{ needs.build_tag.outputs.artifact }}-${{ needs.build_tag.outputs.version }}-examples.zip"
secrets: inherit

release-prep-next:
Expand Down

0 comments on commit 4a6b593

Please sign in to comment.