Skip to content

Commit

Permalink
ci: force using master branch in publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 9, 2024
1 parent 0c2d1a2 commit f77c85e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
steps:
- name: 📦 Checkout repository
uses: actions/checkout@v4
# Needed for commit and push changes
with:
# NOTE: This workflow run when pushing tags, checkout using the master branch.
# For more details, see: https://github.com/EndBug/add-and-commit/issues/656#issuecomment-2267654647
ref: master
fetch-depth: 0 # To get all tags

- name: 📄 Upload LICENSE file to release assets
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f77c85e

Please sign in to comment.