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

Commit

Permalink
update release workflows action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Chavero Gaspar committed Nov 10, 2020
1 parent 96f6746 commit f58c49c
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 @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Generate a fix
uses: intelygenz/[email protected].6
uses: intelygenz/[email protected].7
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@v2
- name: Generate a pre-release
uses: intelygenz/[email protected].6
uses: intelygenz/[email protected].7
with:
current-major: 0
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@v2
- name: Generate a release
uses: intelygenz/[email protected].6
uses: intelygenz/[email protected].7
with:
prefix: "release-"
mode: 'release'
Expand Down

0 comments on commit f58c49c

Please sign in to comment.