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 b41a4c9 commit 26869b8Copy full SHA for 26869b8
.github/workflows/check_version.yml
@@ -0,0 +1,16 @@
1
+on: push
2
+name: Check package version
3
+jobs:
4
+ checkVersion:
5
+ name: Check package version
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v1
9
+ with:
10
+ fetch-depth: 3
11
+ - name: Check package version
12
+ uses: technote-space/ga-package-version-checker@v1
13
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+ TEST_TAG_PREFIX: test/
16
+ BRANCH_PREFIX: release/
0 commit comments