Skip to content

Commit

Permalink
Merge pull request #205 from cloudflare/cina/184-skip-release-if-tags…
Browse files Browse the repository at this point in the history
…-exist

Don't attempt to publish when there's no pending release
  • Loading branch information
1000hz committed Oct 31, 2023
2 parents 9554b35 + 2b7ed13 commit 65996a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 65996a5

Please sign in to comment.