Skip to content

Commit e266ff2

Browse files
Fix: removed the git fetch command (#641)
Feat: adjusted the semantic release step
1 parent ab57939 commit e266ff2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/OAS-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929

3030
- name: Perform release
3131
run: |
32-
git fetch origin master:master
3332
npx semantic-release --dry-run --branch master
3433
env:
3534
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)