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 5b02ced commit 2763b9dCopy full SHA for 2763b9d
.github/workflows/versioning-workflow.yml
@@ -9,9 +9,10 @@ jobs:
9
- uses: actions/checkout@v2
10
with:
11
fetch-depth: 0
12
- token: ${SEMANTICS_TOKEN}
13
- uses: actions/setup-node@v1
14
15
node-version: '12.x'
16
- name: Bump version with Priestine Semantics
+ env:
17
+ SEMANTICS_TOKEN: ${{ secrets.SEMANTICS_TOKEN }}
18
run: npx @priestine/semantics --prefix=v --user=priestine --password=${SEMANTICS_TOKEN} --github-user-name=priestine --guthub-user-email=priestine1.dev@gmail.com
0 commit comments