Browse Source

fix: remove spaces

pull/1295/head 0.84.12
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
b936be06d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release-draft.yml

4
.github/workflows/release-draft.yml

@ -34,7 +34,7 @@ jobs:
github.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: "refs/tags/${{ github.event.inputs.tag || inputs.tag }} ",
ref: "refs/tags/${{ github.event.inputs.tag || inputs.tag }}",
sha: context.sha
})
@ -45,4 +45,4 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: "npx github-release-notes@0.17.2 release --token ${{ secrets.GH_TOKEN }} --draft --tags ${{ github.event.inputs.tag || inputs.tag }}..${{ github.event.inputs.prev_tag || inputs.prev_tag }} "
- run: "npx github-release-notes@0.17.2 release --token ${{ secrets.GH_TOKEN }} --draft --tags ${{ github.event.inputs.tag || inputs.tag }}..${{ github.event.inputs.prev_tag || inputs.prev_tag }}"

Loading…
Cancel
Save