Skip to content

Commit

Permalink
added release_type value
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jun 10, 2024
1 parent 29a549f commit 45fce60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-pipeline__dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Increment Tag (for DEV)
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/github__increment-tag@dev
with:
package_name: 'osbot_github_actions'
package_name : 'osbot_github_actions'
target_branch: 'dev'
needs:
release_type : 'minor'
#needs:
# - run-unit-tests

0 comments on commit 45fce60

Please sign in to comment.