Skip to content

Commit

Permalink
fix: [noticket] Change wiki publish to tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lx-wnk committed Jan 18, 2024
1 parent 92a599a commit 88e9d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs_to_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
regex: true
include: "docs/*.md"
- name: Upload Docs to Wiki
if: github.ref_name == 'main'
if: github.ref_type == 'tag'
uses: docker://decathlon/wiki-page-creator-action:latest
env:
GH_PAT: ${{ secrets.WIKI_ACTION_TOKEN_ServiceUser }}
Expand Down

0 comments on commit 88e9d69

Please sign in to comment.