Skip to content

Commit

Permalink
Update mat datetime package
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Jul 8, 2024
1 parent 7d62608 commit e273b1b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Fetch all branches
run: git fetch --all
- name: List all branches
run: git branch -r
- name: Verify develop branch
run: git show-ref --verify --quiet refs/heads/develop || echo "develop branch not found"
- uses: ./.github/actions/setup
with:
enable-cache: false
Expand All @@ -114,10 +120,12 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: ./.github/actions/setup
with:
enable-cache: false
enable-node-modules-cache: false
- name: Fetch all branches
run: git fetch --all
- name: List all branches
run: git branch -r
- name: Verify develop branch
run: git show-ref --verify --quiet refs/heads/develop || echo "develop branch not found"
- id: set-dryrun
uses: ./.github/actions/enable-dryrun
with:
Expand Down

0 comments on commit e273b1b

Please sign in to comment.