Skip to content

Commit

Permalink
ci: update minor release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Jun 28, 2024
1 parent 18a68f5 commit 1dcfdbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release-minor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate new release
name: Generate new minor release
on:
push:
tags:
Expand All @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Always release the tip of the default branch
ref: develop
# Always release the tip of the master branch
ref: master
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 1dcfdbc

Please sign in to comment.