Skip to content

Commit a30a379

Browse files
authored
chore(cicd): push to upstream versions
1 parent e170c24 commit a30a379

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/versionpush.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Create upstream version
2+
on:
3+
push:
4+
branches-ignore:
5+
- '**'
6+
tags:
7+
- '**'
8+
jobs:
9+
update-semver:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: haya14busa/action-update-semver@v1
14+
with:
15+
major_version_tag_only: false

0 commit comments

Comments
 (0)