Skip to content

Commit

Permalink
CI: release drafter GitHub Action should use new version number (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 20, 2023
1 parent ea21409 commit c941e24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
# version triggers this workflow, but `workflow_dispatch` doesn't carry commit or
# commit ref info that's needed for it.
diff-search: ${{ github.event_name != 'workflow_dispatch' && true || false }}
assume-same-version: ${{ github.event_name != 'workflow_dispatch' && 'new' || '' }}
static-checking: ${{ github.event_name == 'workflow_dispatch' && 'localIsNew' || '' }}
file-url: https://unpkg.com/igir/package.json
file-url: ${{ github.event_name == 'workflow_dispatch' && 'https://unpkg.com/igir/package.json' || '' }}

- if: steps.check.outputs.changed == 'true'
uses: actions/setup-node@v3
Expand Down

0 comments on commit c941e24

Please sign in to comment.