We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086f498 commit de0ebb4Copy full SHA for de0ebb4
1 file changed
.github/workflows/main.yml
@@ -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/github-action-show-version@v1.9alpha
10
+ id: comment
11
+ with:
12
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments