Skip to content

Commit

Permalink
Merge pull request #17 from justia/develop
Browse files Browse the repository at this point in the history
Live Push: Hotfix to get all tags of the repository November 19, 2020
  • Loading branch information
aazbeltran authored Nov 19, 2020
2 parents e6b39ef + d213df5 commit 5cef8c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2-beta
- uses: justia/ga-releaser@master
env:
Expand Down
2 changes: 2 additions & 0 deletions examples/release_on_develop_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2-beta
- uses: justia/ga-releaser@master
env:
Expand Down
1 change: 1 addition & 0 deletions examples/release_on_develop_branch_calver_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: develop
fetch-depth: 0
- uses: actions/setup-node@v2-beta
- uses: justia/ga-releaser@master
env:
Expand Down
2 changes: 2 additions & 0 deletions examples/release_on_master_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2-beta
- uses: justia/ga-releaser@master
env:
Expand Down

0 comments on commit 5cef8c8

Please sign in to comment.