Skip to content

Commit

Permalink
temp: changed actions ref version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonbrsilva committed Apr 26, 2024
1 parent 03857b9 commit c2d5527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-pre-release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get last version
id: get_last_version
uses: davidsonbrsilva/versioning-workflow/actions/latest-version-obtaining@main
uses: davidsonbrsilva/versioning-workflow/actions/latest-version-obtaining@hotfix/fixing-major-changes-detection

check_major_change:
name: Check major change
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Generate next release version
id: generate_next_release
uses: davidsonbrsilva/versioning-workflow/actions/release-versioning@main
uses: davidsonbrsilva/versioning-workflow/actions/release-versioning@hotfix/fixing-major-changes-detection
with:
commit_message: ${{ github.event.head_commit.message }}
last_version: ${{ needs.get_last_version.outputs.last_version }}
Expand All @@ -77,7 +77,7 @@ jobs:

- name: Generate next release version
id: generate_next_release
uses: davidsonbrsilva/versioning-workflow/actions/release-versioning@main
uses: davidsonbrsilva/versioning-workflow/actions/release-versioning@hotfix/fixing-major-changes-detection
with:
origin_branch: ${{ github.head_ref }}
head_commit: ${{ github.event.pull_request.head.sha }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Create release
id: create_release
uses: davidsonbrsilva/versioning-workflow/actions/release-creation@main
uses: davidsonbrsilva/versioning-workflow/actions/release-creation@hotfix/fixing-major-changes-detection
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ needs.add_release_candidate_version.outputs.version || needs.increment_release_candidate_version.outputs.version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Get last version
id: get_last_version
uses: davidsonbrsilva/versioning-workflow/actions/latest-version-obtaining@main
uses: davidsonbrsilva/versioning-workflow/actions/latest-version-obtaining@hotfix/fixing-major-changes-detection

generate_next_release_version:
name: Generate next release version
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Generate next release version
id: generate_next_release
uses: davidsonbrsilva/versioning-workflow/actions/release-versioning@main
uses: davidsonbrsilva/versioning-workflow/actions/release-versioning@hotfix/fixing-major-changes-detection
with:
commit_message: ${{ github.event.head_commit.message }}
last_version: ${{ needs.get_last_version.outputs.last_version }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Create release
id: create_release
uses: davidsonbrsilva/versioning-workflow/actions/release-creation@main
uses: davidsonbrsilva/versioning-workflow/actions/release-creation@hotfix/fixing-major-changes-detection
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ needs.generate_next_release_version.outputs.version || needs.remove_release_candidate_suffix.outputs.version }}
Expand Down

0 comments on commit c2d5527

Please sign in to comment.