Skip to content

Commit

Permalink
workflow: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Sep 18, 2022
1 parent ffe668b commit ba5e155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: github.ref_name,
prerelease: !github.ref_name.match(/\d+\.\d+\.\d+$/)
prerelease: !github.ref_name.match(/\d+\.\d+\.\d+$/),
body: 'Please see the [changelog](https://zero-to-jupyterhub.readthedocs.io/en/latest/changelog.html) for details.'
});

0 comments on commit ba5e155

Please sign in to comment.