Skip to content

Commit

Permalink
Attempts to fix the on_release_tag workflow to allow publishing the A…
Browse files Browse the repository at this point in the history
…PI reference site (#228)
  • Loading branch information
JayShortway authored Sep 30, 2024
1 parent 26a89cb commit d3c511b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/on_release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: On release tag
on:
push:
tags:
- '^[0-9]+\\.[0-9]+\\.[0-9]+(?!.*-SNAPSHOT).*$'
- '[0-9]+.[0-9]+.[0-9]+\+?[0-9]+.[0-9]+.[0-9]+'

jobs:
generate-api-reference:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -40,4 +39,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit d3c511b

Please sign in to comment.