Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
build(deps): bump intelygenz/action-product-version-tags (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 786d2a1 commit f6b2a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: Generate a fix
uses: intelygenz/action-product-version-tags@v0.1.8
uses: intelygenz/action-product-version-tags@v0.2.0
with:
prefix: "release-"
mode: 'fix'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Generate a pre-release
uses: intelygenz/action-product-version-tags@v0.1.8
uses: intelygenz/action-product-version-tags@v0.2.0
with:
current-major: 8
prefix: "release-"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Generate a release
uses: intelygenz/action-product-version-tags@v0.1.8
uses: intelygenz/action-product-version-tags@v0.2.0
with:
prefix: "release-"
mode: 'release'
Expand Down

0 comments on commit f6b2a55

Please # to comment.