Skip to content

Commit de0ebb4

Browse files
committed
Add custom action to show next version in comments
1 parent 086f498 commit de0ebb4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: [pull_request]
2+
3+
jobs:
4+
github-action-show-version:
5+
runs-on: ubuntu-latest
6+
name: Next version is
7+
steps:
8+
- name: Publish a version comment
9+
uses: rvsia/[email protected]
10+
id: comment
11+
with:
12+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)