Skip to content

Commit

Permalink
Merge pull request #22 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
santiago123x authored Jan 22, 2024
2 parents 0fd2d09 + 7dfff44 commit 79250c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
new_tag: ${{ steps.new_tag_step.outputs.new_tag }}

steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Generate TagName
id: taggerDryRun
uses: anothrNick/github-tag-action@1.61.0
Expand All @@ -63,7 +67,6 @@ jobs:
DEFAULT_BUMP: patch
RELEASE_BRANCHES : stage,master
BRANCH_HISTORY: last
INITIAL_VERSION: 0.1.1

- name: Set env
id: new_tag_step
Expand Down

0 comments on commit 79250c5

Please sign in to comment.